Skip to content

Conversation

@ericsnowcurrently
Copy link
Member

@ericsnowcurrentlyericsnowcurrently commented Jun 8, 2021

This was reverted in GH-26596 (commit 6d518bb) due to some bad memory accesses.

The memory accesses have been fixed and I verified the address sanitizer is happy now (after duplicating the failure locally).

https://bugs.python.org/issue43693

@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by @ericsnowcurrently for commit 5107da7 🤖

If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again.

@bedevere-botbedevere-bot removed the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Jun 8, 2021
@pablogsal
Copy link
Member

Thanks for the quick fix, @ericsnowcurrently

@ericsnowcurrentlyericsnowcurrently removed the request for review from markshannonJune 8, 2021 20:13
@ericsnowcurrentlyericsnowcurrently merged commit 3e1c716 into python:mainJun 8, 2021
@bedevere-bot
Copy link

@ericsnowcurrently: Please replace # with GH- in the commit message next time. Thanks!

@ericsnowcurrentlyericsnowcurrently deleted the unrevert-add-make-cell branch June 8, 2021 22:01
ericsnowcurrently added a commit that referenced this pull request Jun 9, 2021
This is the same fix as for PyFrame_LocalsToFast() in gh-26609, but applied to PyFrame_FastToLocalsWithError(). (It should have been in that PR.) https://bugs.python.org/issue43693
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@ericsnowcurrently@bedevere-bot@pablogsal@the-knights-who-say-ni