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 mark.dickinson
Recipients eric.smith, mark.dickinson, python-dev, serhiy.storchaka, vajrasky, vstinner
Date 2013-10-13.10:54:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381661660.67.0.0342098223981.issue18659@psf.upfronthosting.co.za>
In-reply-to
Content
... and the buildbots with sizeof(int) == sizeof(size_t) == 4 still fail, of course.

http://hg.python.org/cpython/rev/d115dc671f52 fixes that by removing the check for the exact error message.  It should be enough to check for ValueError anyway.
History
Date User Action Args
2013-10-13 10:54:20mark.dickinsonsetrecipients: + mark.dickinson, vstinner, eric.smith, python-dev, serhiy.storchaka, vajrasky
2013-10-13 10:54:20mark.dickinsonsetmessageid: <1381661660.67.0.0342098223981.issue18659@psf.upfronthosting.co.za>
2013-10-13 10:54:20mark.dickinsonlinkissue18659 messages
2013-10-13 10:54:20mark.dickinsoncreate