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 benjamin.peterson
Recipients benjamin.peterson, chris.jerdonek, ezio.melotti, inglesp, serhiy.storchaka
Date 2012-09-28.16:50:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348851058.62.0.0946701551017.issue16055@psf.upfronthosting.co.za>
In-reply-to
Content
Can't you test the PyLong_FromString code path by passing bytes to int()? int(b"42")
History
Date User Action Args
2012-09-28 16:50:58benjamin.petersonsetrecipients: + benjamin.peterson, ezio.melotti, chris.jerdonek, inglesp, serhiy.storchaka
2012-09-28 16:50:58benjamin.petersonsetmessageid: <1348851058.62.0.0946701551017.issue16055@psf.upfronthosting.co.za>
2012-09-28 16:50:58benjamin.petersonlinkissue16055 messages
2012-09-28 16:50:58benjamin.petersoncreate