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 benjamin.peterson, ezio.melotti, lemburg, mark.dickinson, pitrou, python-dev, serhiy.storchaka, skrah, terry.reedy, vstinner
Date 2013-01-25.11:57:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359115040.93.0.331379123336.issue16335@psf.upfronthosting.co.za>
In-reply-to
Content
The test passed in any case, but for different size it doesn't check that the bug is fixed. Due to the bug bytes b'\\N{SPACExxxxxxxxxxxx...xxx'}' decoded as b'\\N{SPACE'}' if the number of x-es divisible by (UINT_MAX + 1). In this case unicode-escape decoding doesn't failed when the bug not fixed and failed (as expected) when the bug fixed. For all other numbers (>0) the decoding fails as when the bug fixed so when the bug is not fixed. And for other numbers the test is not relevant.
History
Date User Action Args
2013-01-25 11:57:20serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, terry.reedy, mark.dickinson, pitrou, vstinner, benjamin.peterson, ezio.melotti, skrah, python-dev
2013-01-25 11:57:20serhiy.storchakasetmessageid: <1359115040.93.0.331379123336.issue16335@psf.upfronthosting.co.za>
2013-01-25 11:57:20serhiy.storchakalinkissue16335 messages
2013-01-25 11:57:20serhiy.storchakacreate