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?

----------
components: Extension Modules
files: ModelSettings.py
messages: 185389
nosy: eddiewrc
priority: normal
severity: normal
status: open
title: segfaults during serialization
versions: Python 2.7
Added file: http://bugs.python.org/file29599/ModelSettings.py

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17565>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to