Uh oh!
There was an error while loading. Please reload this page.
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.
pablogsal
commented
Jun 8, 2021
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 :( |
pablogsal
commented
Jun 8, 2021
The problem is that |
bedevere-bot
commented
Jun 8, 2021
🤖 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. |
ericsnowcurrently
commented
Jun 8, 2021
@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. |
pablogsal
commented
Jun 8, 2021
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 |
ericsnowcurrently
commented
Jun 8, 2021
What's the best way for me to run the address sanitizer locally, to reproduce the failure? |
...and thanks for the helpful analysis above. |
pablogsal
commented
Jun 8, 2021
I mentioned it in https://bugs.python.org/msg395321 but I should have mentioned it here as well: |
pablogsal
commented
Jun 8, 2021
I used gcc 10 for this, but I think clang works as well as any recent version of gcc. |
pablogsal
commented
Jun 8, 2021
…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