bpo-43693: Do not check co_cell2arg if a non-cell offset. by ericsnowcurrently · Pull Request #26626 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Merged
merged 1 commit into
Conversation
Member
This is the same fix as for PyFrame_LocalsToFast() in gh-26609, but applied to PyFrame_FastToLocalsWithError(). (It should have been in that PR.)
ericsnowcurrently
added
the
skip news
label
ericsnowcurrently
requested a review
from markshannon
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting core review
label
markshannon
mentioned this pull request
ericsnowcurrently
merged commit
e6e34e4
into
python:main
bedevere-bot
removed
the
awaiting core review
label
ericsnowcurrently
deleted the
fix-address-sanitizer
branch
markshannon
commented
Jun 9, 2021
markshannon commented
Member
@ericsnowcurrently have you run the tests with the address sanitizer on this?
ericsnowcurrently
commented
Jun 9, 2021
ericsnowcurrently commented
Member Author
@markshannon, I did not. However, I figured this would take care of the problem and the buildbot results for the merge indicate it did.
markshannon
mentioned this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment