[issue17565] segfaults during serialization

2013-03-28 Thread Daniele Raimondi
Daniele Raimondi added the comment: I'll try ASAP. unfortunately I'm pretty busy trying to overcome this problem On Thu, Mar 28, 2013 at 1:51 AM, STINNER Victor wrote: > > STINNER Victor added the comment: > > ModelSettings.py requires globalSettings

[issue17565] segfaults during serialization

2013-03-27 Thread Daniele Raimondi
New submission from Daniele Raimondi: 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