-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert "bpo-43693: Add the MAKE_CELL opcode and interleave fast locals offsets. (gh-26396)" #26597
Conversation
…s offsets. (pythongh-26396)" This reverts commit 631f993.
CC: @ericsnowcurrently @markshannon I have tried to find the error myself and debug this issue for 30 min, but the patch in 631f993 is quite involved and I need to catch up with the rest of changes made to the compiler so I was not able to find it quickly :( |
The problem is that |
🤖 New build scheduled with the buildbot fleet by @pablogsal for commit 01ff3e0 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
@pablogsal, sorry to impose again! I was watching the buildbots after but ran out of time to wait for them all to finish. Lesson learned. |
No problem! I will try to improve the experience a bit better if I managed to find the time. Will try to propose some improvements so maybe the failures are reported in a comment or something |
What's the best way for me to run the address sanitizer locally, to reproduce the failure? |
...and thanks for the helpful analysis above. |
I mentioned it in https://bugs.python.org/msg395321 but I should have mentioned it here as well:
|
I used gcc 10 for this, but I think clang works as well as any recent version of gcc. |
…cals offsets. (pythongh-26396)" That commit (3fe921c) was reverted in pythonGH-26597 (3fe921c).
This reverts commit 631f993 as it has broken the ASAN buildbots:
https://buildbot.python.org/all/#/builders/585
https://bugs.python.org/issue43693