-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
array iterator segfault on __setstate__() when exhausted #128961
Labels
extension-modules
C modules in the Modules dir
type-crash
A hard crash of the interpreter, possibly with a core dump
Comments
tom-pytel
added
the
type-crash
A hard crash of the interpreter, possibly with a core dump
label
Jan 17, 2025
tom-pytel
added a commit
to tom-pytel/cpython
that referenced
this issue
Jan 17, 2025
Ping @erlend-aasland |
tom-pytel
added a commit
to tom-pytel/cpython
that referenced
this issue
Jan 17, 2025
erlend-aasland
pushed a commit
that referenced
this issue
Jan 18, 2025
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jan 18, 2025
…pythonGH-128962) (cherry picked from commit 4dade05) Co-authored-by: Tomasz Pytel <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jan 18, 2025
…pythonGH-128962) (cherry picked from commit 4dade05) Co-authored-by: Tomasz Pytel <[email protected]>
This was referenced Jan 18, 2025
Fixed with:
Auto-merge enabled for the backports. Closing as resolved. Thanks for identifying the bug and fixing it, Tomasz! |
For the record: this was discovered while the OP was working on #128943. |
erlend-aasland
pushed a commit
that referenced
this issue
Jan 18, 2025
GH-128962) (#128977) (cherry picked from commit 4dade05) Co-authored-by: Tomasz Pytel <[email protected]>
erlend-aasland
pushed a commit
that referenced
this issue
Jan 18, 2025
GH-128962) (#128976) (cherry picked from commit 4dade05) Co-authored-by: Tomasz Pytel <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
extension-modules
C modules in the Modules dir
type-crash
A hard crash of the interpreter, possibly with a core dump
Crash report
What happened?
This goes back at least to py 3.8 (checked on that one), PR fix incoming.
CPython versions tested on:
3.14
Operating systems tested on:
Linux
Output from running 'python -VV' on the command line:
Python 3.14.0a4+ (heads/arrayiter:7d97bc8eda, Jan 17 2025, 16:24:27) [GCC 11.4.0]
Linked PRs
__setstate__
#128962The text was updated successfully, but these errors were encountered: