Skip to content

bpo-43693: Do not check co_cell2arg if a non-cell offset. #26626

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

Merged

Conversation

ericsnowcurrently
Copy link
Member

@ericsnowcurrently ericsnowcurrently commented 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

@markshannon
Copy link
Member

@ericsnowcurrently have you run the tests with the address sanitizer on this?

@ericsnowcurrently
Copy link
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants