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 donmez
Recipients donmez, gvanrossum, loewis
Date 2007-12-13.19:24:48
SpamBayes Score 0.30941257
Marked as misclassified No
Message-id <1197573888.48.0.723975602222.issue1608@psf.upfronthosting.co.za>
In-reply-to
Content
Test always prints overflow here, tested with -O3 but here are
interesting overflow warnings that might give a clue , but I think
Cpickle is not involved here, but anyway:

/home/cartman/python-2.5/Modules/cPickle.c: In function 'Unpickler_noload':
/home/cartman/python-2.5/Modules/cPickle.c:4232: warning: assuming
signed overflow does not occur when assuming that (X - c) > X is always
false
/home/cartman/python-2.5/Modules/cPickle.c:194: warning: assuming signed
overflow does not occur when assuming that (X - c) > X is always false
/home/cartman/python-2.5/Modules/cPickle.c: In function 'load':
/home/cartman/python-2.5/Modules/cPickle.c:4232: warning: assuming
signed overflow does not occur when assuming that (X - c) > X is always
false
History
Date User Action Args
2007-12-13 19:24:48donmezsetspambayes_score: 0.309413 -> 0.30941257
recipients: + donmez, gvanrossum, loewis
2007-12-13 19:24:48donmezsetspambayes_score: 0.309413 -> 0.309413
messageid: <1197573888.48.0.723975602222.issue1608@psf.upfronthosting.co.za>
2007-12-13 19:24:48donmezlinkissue1608 messages
2007-12-13 19:24:48donmezcreate