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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, ghaering, jeremybanks, ned.deily, vstinner
Date 2011-07-15.09:56:41
SpamBayes Score 4.4306395e-05
Marked as misclassified No
Message-id <1310723802.49.0.832743357093.issue12569@psf.upfronthosting.co.za>
In-reply-to
Content
The fix was c073f3c3276e (thanks to hg bisect)
the variable operation_cstr is not used before the call to pysqlite_cache_get(), which also tries to encode the statement into utf8 and correctly raises an exception.
In early 3.1.2, the segfault came from the DECREF of an uninitialized member...
History
Date User Action Args
2011-07-15 09:56:42amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, ghaering, vstinner, ned.deily, jeremybanks
2011-07-15 09:56:42amaury.forgeotdarcsetmessageid: <1310723802.49.0.832743357093.issue12569@psf.upfronthosting.co.za>
2011-07-15 09:56:41amaury.forgeotdarclinkissue12569 messages
2011-07-15 09:56:41amaury.forgeotdarccreate