Message101468
| 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:05 | vstinner | set | recipients: + vstinner |
| 2010-03-21 23:37:05 | vstinner | set | messageid: <1269214625.48.0.314660274989.issue8195@psf.upfronthosting.co.za> |
| 2010-03-21 23:37:03 | vstinner | link | issue8195 messages |
| 2010-03-21 23:37:03 | vstinner | create | |