Crash on _PyTuple_Fini
for code using sub interpreters
#112140
Labels
_PyTuple_Fini
for code using sub interpreters
#112140
Crash report
What happened?
In certain cases, the finalization stage of CPython is crashing when free'ing the PyTuple Free lists (see stack trace).
One such example I can consistently reproduce is this import (
pip install hypercorn
)Output:
Stack trace:
CPython versions tested on:
CPython main branch
Operating systems tested on:
macOS
Output from running 'python -VV' on the command line:
Python 3.13.0a1+ (heads/main:55f3cce821, Nov 15 2023, 14:40:56) [Clang 14.0.3 (clang-1403.0.22.14.1)]
The text was updated successfully, but these errors were encountered: