Message 80058 - Python tracker

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.

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.