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.08:58:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647334699.42.0.657961602647.issue47019@roundup.psfhosted.org>
In-reply-to
Content
I'm removing 3.11 from the versions field:


    $ python3.11 sqlite3_fatal_python_error.py
    Exception ignored in: <function deleting_conn.__del__ at 0x10af55580>
    Traceback (most recent call last):
      File "/Users/erlendaasland/src/cpython-build/sqlite3_fatal_python_error.py", line 10, in __del__
        self.close()
        ^^^^^^^^^^^^
    sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread. The object was created in thread id 123145443913728 and this is thread id 4506211840.
History
Date User Action Args
2022-03-15 08:58:19erlendaaslandsetrecipients: + erlendaasland, hydroflask
2022-03-15 08:58:19erlendaaslandsetmessageid: <1647334699.42.0.657961602647.issue47019@roundup.psfhosted.org>
2022-03-15 08:58:19erlendaaslandlinkissue47019 messages
2022-03-15 08:58:19erlendaaslandcreate