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 hydroflask
Recipients hydroflask
Date 2020-12-21.02:15:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608516900.81.0.964779766093.issue42698@roundup.psfhosted.org>
In-reply-to
Content
Nevermind it seems that it's legal to call Py_BEGIN_ALLOW_THREADS in tp_dealloc. The fix is then to allow threads around sqlite3_close().
History
Date User Action Args
2020-12-21 02:15:00hydroflasksetrecipients: + hydroflask
2020-12-21 02:15:00hydroflasksetmessageid: <1608516900.81.0.964779766093.issue42698@roundup.psfhosted.org>
2020-12-21 02:15:00hydroflasklinkissue42698 messages
2020-12-21 02:15:00hydroflaskcreate