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 eddiewrc
Recipients eddiewrc
Date 2013-03-27.23:34:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364427295.89.0.0369789736711.issue17565@psf.upfronthosting.co.za>
In-reply-to
Content
pickle and cPickle cause really often segfaults when dumping or loading user defined classes. It happens with python 2.7.3 on 64bits architecture, with any protocol (0,1,2).
I attach an example of class afflicted by this problem.
Solutions anyone?
History
Date User Action Args
2013-03-27 23:34:55eddiewrcsetrecipients: + eddiewrc
2013-03-27 23:34:55eddiewrcsetmessageid: <1364427295.89.0.0369789736711.issue17565@psf.upfronthosting.co.za>
2013-03-27 23:34:55eddiewrclinkissue17565 messages
2013-03-27 23:34:55eddiewrccreate