Message321621
| Author | methane |
|---|---|
| Recipients | fenrrir, jonash, methane, serhiy.storchaka, vstinner |
| Date | 2018-07-13.15:34:49 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1531496089.91.0.56676864532.issue34087@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
When I commented out the fix:
$ ./python -c 'int("こんにちは")'
python: Objects/unicodeobject.c:484: _PyUnicode_CheckConsistency: Assertion `PyUnicode_READ(kind, data, ascii->length) == 0' failed.
Aborted
I added this to test cases. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-07-13 15:34:49 | methane | set | recipients: + methane, vstinner, fenrrir, jonash, serhiy.storchaka |
| 2018-07-13 15:34:49 | methane | set | messageid: <1531496089.91.0.56676864532.issue34087@psf.upfronthosting.co.za> |
| 2018-07-13 15:34:49 | methane | link | issue34087 messages |
| 2018-07-13 15:34:49 | methane | create | |