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 esrever_otua
Recipients esrever_otua, facundobatista, jcea, loewis, pitrou
Date 2008-08-22.04:18:08
SpamBayes Score 0.005248612
Marked as misclassified No
Message-id <1219378689.43.0.0871272095656.issue3338@psf.upfronthosting.co.za>
In-reply-to
Content
Well, it's definitely a bug, or inconsistency, if you like, between
cPickle and pickle.

My gut says that probably there is some fault in cPickle that is causing
this. When pickle.py can recurse to 10,000+ and cPickle segfaults at
2600 on a 64bit machine, something smells wrong.

Especially as there have been other, similar, *fixable* bugs already in
cPickle (cf #2702). Unfortunately I can only report the problem, I do
not have the expertise to debug.

regards,
D
History
Date User Action Args
2008-08-22 04:18:09esrever_otuasetrecipients: + esrever_otua, loewis, facundobatista, jcea, pitrou
2008-08-22 04:18:09esrever_otuasetmessageid: <1219378689.43.0.0871272095656.issue3338@psf.upfronthosting.co.za>
2008-08-22 04:18:08esrever_otualinkissue3338 messages
2008-08-22 04:18:08esrever_otuacreate