| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
🤖 New build scheduled with the buildbot fleet by @markshannon for commit eaadfd0 🤖 If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again. |
Sorry, something went wrong.
|
All the refleak buildbot failures seem to be from #113944. The s390x failures seem stack related, so I'll need to fix those. |
Sorry, something went wrong.
|
!buildbot s390 |
Sorry, something went wrong.
|
🤖 New build scheduled with the buildbot fleet by @markshannon for commit cc149d8 🤖 The command will test the builders whose names match following regular expression: s390 The builders matched are:
|
Sorry, something went wrong.
|
!buildbot s390 |
Sorry, something went wrong.
|
🤖 New build scheduled with the buildbot fleet by @markshannon for commit 4a22c7e 🤖 The command will test the builders whose names match following regular expression: s390 The builders matched are:
|
Sorry, something went wrong.
|
🤖 New build scheduled with the buildbot fleet by @markshannon for commit adae6cf 🤖 If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again. |
Sorry, something went wrong.
|
!buildbot s390 |
Sorry, something went wrong.
|
🤖 New build scheduled with the buildbot fleet by @markshannon for commit 1c3e63a 🤖 The command will test the builders whose names match following regular expression: s390 The builders matched are:
|
Sorry, something went wrong.
|
The remaining s390x failure looks unrelated & pre-extisting. Even if there are more tweaks to be made on s390x, I think it'd be good to get the other platforms green soon. |
Sorry, something went wrong.
|
Thanks @markshannon for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
Sorry, something went wrong.
|
Sorry, @markshannon, I could not cleanly backport this to 3.12 due to a conflict. cherry_picker 17b73ab99ef12f89d41acec7500a244e68b1aaa4 3.12 |
Sorry, something went wrong.
|
The new limit doesn't seem to be low enough for a PGO build: https://dev.azure.com/Python/cpython/_build/results?buildId=147745&view=logs&j=b9a7e24a-1d9b-5019-7703-8e6075dba299&t=e637a57b-456d-5614-0397-39924ec65ef2 Are we best to just skip the test causing it when collecting the profile? |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Lower the C recursion for Windows, s390x, and address sanitizer builds.
Remove the COMPILER_STACK_FRAME_SCALE multiplier as it longer makes sense with the higher recursion limits.
Up the C recursion a bit for Mac and Linux
Add a test.
Experimentation by me and @mdboom (#113668) show that 4000 is a good limit for Windows. I was seeing stack overflows at 5000.
Ideally, we will use proper stack checking in the future, #113655 (comment), but that's probably too invasive a change for 3.12.