[issue15251] new.code and new.function crashes Python iterpretter

Jeffrey Harper report at bugs.python.org
Wed Jul 4 19:34:13 CEST 2012


Jeffrey Harper <jeff1.61803 at 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 <report at bugs.python.org>
<http://bugs.python.org/issue15251>
_______________________________________


More information about the Python-bugs-list mailing list