Mark Dickinson <[email protected]> added the comment: >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. ---------- nosy: +marketdickinson _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue4977> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
