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 lkcl, mark.dickinson
Date 2009-01-17.22:51:10
SpamBayes Score 5.9712115e-06
Marked as misclassified No
Message-id <1232232672.39.0.13268942592.issue4977@psf.upfronthosting.co.za>
In-reply-to
Content
From the included patch, I assume you're talking about a failure of
test_pickle.

I'm not seeing any such failure on my (32-bit) system, and the code in 
Modules/cPickle.c looks correct to me.  I suspect that the problem is that 
in your setup, strtol is failing to set errno correctly on overflow.
History
Date User Action Args
2009-01-17 22:51:12mark.dickinsonsetrecipients: + mark.dickinson, lkcl
2009-01-17 22:51:12mark.dickinsonsetmessageid: <1232232672.39.0.13268942592.issue4977@psf.upfronthosting.co.za>
2009-01-17 22:51:11mark.dickinsonlinkissue4977 messages
2009-01-17 22:51:10mark.dickinsoncreate