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 chris.jerdonek, ezio.melotti, gangesmaster, isoschiz, mark.dickinson, mrabarnett, serhiy.storchaka, vstinner
Date 2013-06-09.17:23:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370798590.83.0.420821880192.issue16741@psf.upfronthosting.co.za>
In-reply-to
Content
Patch updated. It now reuses code for bytes->int in longobject.c and abstract.c, doesn't raise UnicodeDecodeError for non-utf-8 bytes, and always reports an invalid bytes literal as a bytes object.
History
Date User Action Args
2013-06-09 17:23:10serhiy.storchakasetrecipients: + serhiy.storchaka, mark.dickinson, vstinner, gangesmaster, ezio.melotti, mrabarnett, chris.jerdonek, isoschiz
2013-06-09 17:23:10serhiy.storchakasetmessageid: <1370798590.83.0.420821880192.issue16741@psf.upfronthosting.co.za>
2013-06-09 17:23:10serhiy.storchakalinkissue16741 messages
2013-06-09 17:23:10serhiy.storchakacreate