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 vstinner
Recipients vstinner
Date 2010-03-22.01:32:09
SpamBayes Score 5.2605574e-05
Marked as misclassified No
Message-id <1269221531.15.0.530004589049.issue8195@psf.upfronthosting.co.za>
In-reply-to
Content
My first sentence doesn't mean anything! I wanted to write:

sqlite.connect(":memory:").create_collation, "\uDC80", collation_cb) crashs because _PyUnicode_AsString() returns NULL on error, and the result is not checked.
History
Date User Action Args
2010-03-22 01:32:11vstinnersetrecipients: + vstinner
2010-03-22 01:32:11vstinnersetmessageid: <1269221531.15.0.530004589049.issue8195@psf.upfronthosting.co.za>
2010-03-22 01:32:09vstinnerlinkissue8195 messages
2010-03-22 01:32:09vstinnercreate