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 pablogsal
Recipients erlendaasland, miss-islington, pablogsal, terry.reedy, vstinner, zzzeek
Date 2021-06-05.19:43:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1622922200.64.0.468566033082.issue44304@roundup.psfhosted.org>
In-reply-to
Content
> sqlit3.Cursor is prone to the same bug.

No, is not: it doesn't drop the GIL in tp_clear. There is technically no bug, but is true that tp_clear should only clean Python references. Although in this case there are some sematics with the cleanup that are not clear.
History
Date User Action Args
2021-06-05 19:43:20pablogsalsetrecipients: + pablogsal, terry.reedy, vstinner, zzzeek, miss-islington, erlendaasland
2021-06-05 19:43:20pablogsalsetmessageid: <1622922200.64.0.468566033082.issue44304@roundup.psfhosted.org>
2021-06-05 19:43:20pablogsallinkissue44304 messages
2021-06-05 19:43:20pablogsalcreate