-
-
Notifications
You must be signed in to change notification settings - Fork 32k
Fatal Python error from warnings._release_lock()
#129766
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
Labels
type-crash
A hard crash of the interpreter, possibly with a core dump
Comments
cc @nascheme and @kumaraditya303 |
We should use |
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
Feb 7, 2025
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
Feb 7, 2025
sobolevn
added a commit
that referenced
this issue
Feb 7, 2025
Fixed! Thanks for the report. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Crash report
What happened?
Exposing the mutex used by the
_warnings
module in #128386 has made it possible to abort the interpreter by callingwarnings._release_lock()
:Error message:
Found using fusil by @vstinner.
CPython versions tested on:
CPython main branch, 3.14
Operating systems tested on:
Linux
Output from running 'python -VV' on the command line:
Python 3.14.0a4+ (heads/main:e1006ce1de, Feb 6 2025, 17:22:01) [GCC 13.3.0]
Linked PRs
warnings._release_lock
with no lock #129771The text was updated successfully, but these errors were encountered: