Disallow calling PyThreadState_Delete* at runtime shutdown #102233
Labels
3.10
only security fixes
3.11
only security fixes
3.12
only security fixes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-crash
A hard crash of the interpreter, possibly with a core dump
At runtime such code should be disallowed as it can mess when the runtime finalization and can crash the interpreter or worse.
The text was updated successfully, but these errors were encountered: