Fatal Python error from warnings._release_lock()
#129766
Labels
type-crash
A hard crash of the interpreter, possibly with a core dump
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: