This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jeffdharper
Recipients jeffdharper
Date 2012-07-04.17:34:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341423253.24.0.917364063636.issue15251@psf.upfronthosting.co.za>
In-reply-to
Content
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))
History
Date User Action Args
2012-07-04 17:34:13jeffdharpersetrecipients: + jeffdharper
2012-07-04 17:34:13jeffdharpersetmessageid: <1341423253.24.0.917364063636.issue15251@psf.upfronthosting.co.za>
2012-07-04 17:34:12jeffdharperlinkissue15251 messages
2012-07-04 17:34:12jeffdharpercreate