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-21.23:37:02
SpamBayes Score 1.3289177e-05
Marked as misclassified No
Message-id <1269214625.48.0.314660274989.issue8195@psf.upfronthosting.co.za>
In-reply-to
Content
sqlite.connect(":memory:").create_collation, "\uDC80", collation_cb) because _PyUnicode_AsString() returns NULL and error, and the result is not checked.

Attached patch fixes the crash.

I didn't checked if the problem does also concern Python 2.x.
History
Date User Action Args
2010-03-21 23:37:05vstinnersetrecipients: + vstinner
2010-03-21 23:37:05vstinnersetmessageid: <1269214625.48.0.314660274989.issue8195@psf.upfronthosting.co.za>
2010-03-21 23:37:03vstinnerlinkissue8195 messages
2010-03-21 23:37:03vstinnercreate