Jeffrey Harper <jeff1.61...@gmail.com> added the comment:

The marshal loads and dumps don't seem to be necessary to reproduce the crash.  
On both the Windows Vista and Ubuntu Linux systems, the crash still occurred 
when I replaced:

mcopy_code = loads(dumps(code))

with:

mcopy_code = code #loads(dumps(code))

----------

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

Reply via email to