Erlend E. Aasland <erlend.aasl...@innova.no> added the comment:

> A perfect repro has been attached, should be run on Linux.

FTR, the repo works on macOS 12.2.1 as well:

    $ python3.10 ./sqlite3_fatal_python_error.py
    Fatal Python error: PyThreadState_Get: the function must be called with the 
GIL held, but the GIL is released (the current Python thread state is NULL)
    Python runtime state: initialized

    Thread 0x00000001126e7600 (most recent call first):
      File 
"/Users/erlendaasland/src/cpython-build/./sqlite3_fatal_python_error.py", line 
52 in <module>
    zsh: abort      python3.10 ./sqlite3_fatal_python_error.py

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue47019>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to