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 serhiy.storchaka
Recipients ghaering, scorp, serhiy.storchaka
Date 2016-03-08.17:13:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457457196.73.0.667394791896.issue26387@psf.upfronthosting.co.za>
In-reply-to
Content
This may be similar to issue26494.

As for the patch, _pysqlite_seterror() shouldn't be called when GIL is released. And setting self->db not guarded with GIL looks dangerous.
History
Date User Action Args
2016-03-08 17:13:16serhiy.storchakasetrecipients: + serhiy.storchaka, ghaering, scorp
2016-03-08 17:13:16serhiy.storchakasetmessageid: <1457457196.73.0.667394791896.issue26387@psf.upfronthosting.co.za>
2016-03-08 17:13:16serhiy.storchakalinkissue26387 messages
2016-03-08 17:13:16serhiy.storchakacreate