Uh oh!
There was an error while loading. Please reload this page.
gh-128961: Fix exhausted array iterator crash in __setstate__ - #128962
Conversation
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
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.
erlend-aasland
commented
Jan 17, 2025
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.
erlend-aasland
commented
Jan 18, 2025
@sobolevn's PEP-7 remarks were addressed with e7f00dc. Looks like we're good to go. Thanks a lot, @tom-pytel! |
__setstate__
This comment was marked as outdated.
This comment was marked as outdated.
…pythonGH-128962) (cherry picked from commit 4dade05) Co-authored-by: Tomasz Pytel <tompytel@gmail.com>
…pythonGH-128962) (cherry picked from commit 4dade05) Co-authored-by: Tomasz Pytel <tompytel@gmail.com>
GH-128976 is a backport of this pull request to the 3.13 branch. |
GH-128977 is a backport of this pull request to the 3.12 branch. |
This comment was marked as off-topic.
This comment was marked as off-topic.
@tom-pytel Is this your first merged PR? If so, congrats! (The buildbot failure is unrelated, FWIW.) |
tom-pytel
commented
Jan 18, 2025
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. |
Simple fix for this segfault.