Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-128961: Fix exhausted array iterator crash in__setstate__
#128962
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Most changes to Pythonrequire a NEWS entry. Add one using theblurb_it web app or theblurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
Most changes to Pythonrequire a NEWS entry. Add one using theblurb_it web app or theblurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
style nit :)
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Misc/NEWS.d/next/Library/2025-01-17-21-33-11.gh-issue-128961.XwvyIZ.rst OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Thanks,@tom-pytel! |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
@sobolevn'sPEP-7 remarks were addressed withe7f00dc. Looks like we're good to go. Thanks a lot,@tom-pytel! |
__setstate__
4dade05
intopython:mainUh oh!
There was an error while loading.Please reload this page.
This comment was marked as outdated.
This comment was marked as outdated.
…pythonGH-128962)(cherry picked from commit4dade05)Co-authored-by: Tomasz Pytel <tompytel@gmail.com>
…pythonGH-128962)(cherry picked from commit4dade05)Co-authored-by: Tomasz Pytel <tompytel@gmail.com>
GH-128976 is a backport of this pull request to the3.13 branch. |
GH-128977 is a backport of this pull request to the3.12 branch. |
This comment was marked as off-topic.
This comment was marked as off-topic.
ZeroIntensity commentedJan 18, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@tom-pytel Is this your first merged PR? If so, congrats! (The buildbot failure is unrelated, FWIW.) |
Yup, first official PR so thank you. I did python internals at at a company a couple years back so not my first cpython rodeo, but free-threading and the quickening/specialization stuff is new. |
Uh oh!
There was an error while loading.Please reload this page.
Simple fix for this segfault.