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 serhiy.storchaka
Recipients Oren Milman, benjamin.peterson, brett.cannon, ncoghlan, serhiy.storchaka, vstinner, yselivanov
Date 2017-09-30.17:16:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506791789.88.0.213398074469.issue31592@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 7dc46d8cf5854d9f4ce3271b29c21aea4872e8ad by Serhiy Storchaka (Oren Milman) in branch 'master':
bpo-31592: Fix an assertion failure in Python parser in case of a bad unicodedata.normalize(). (#3767)
https://github.com/python/cpython/commit/7dc46d8cf5854d9f4ce3271b29c21aea4872e8ad
History
Date User Action Args
2017-09-30 17:16:30serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, ncoghlan, vstinner, benjamin.peterson, yselivanov, Oren Milman
2017-09-30 17:16:29serhiy.storchakasetmessageid: <1506791789.88.0.213398074469.issue31592@psf.upfronthosting.co.za>
2017-09-30 17:16:29serhiy.storchakalinkissue31592 messages
2017-09-30 17:16:29serhiy.storchakacreate