This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author erlendaasland
Recipients erlendaasland, hydroflask
Date 2022-03-15.10:08:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647338920.12.0.131693411353.issue47019@roundup.psfhosted.org>
In-reply-to
Content
> 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
History
Date User Action Args
2022-03-15 10:08:40erlendaaslandsetrecipients: + erlendaasland, hydroflask
2022-03-15 10:08:40erlendaaslandsetmessageid: <1647338920.12.0.131693411353.issue47019@roundup.psfhosted.org>
2022-03-15 10:08:40erlendaaslandlinkissue47019 messages
2022-03-15 10:08:40erlendaaslandcreate