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
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