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 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:49methanesetrecipients: + methane, vstinner, fenrrir, jonash, serhiy.storchaka
2018-07-13 15:34:49methanesetmessageid: <1531496089.91.0.56676864532.issue34087@psf.upfronthosting.co.za>
2018-07-13 15:34:49methanelinkissue34087 messages
2018-07-13 15:34:49methanecreate