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 hniksic
Recipients alexandre.vassalotti, hniksic, pitrou, torkve
Date 2016-05-06.09:22:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462526560.08.0.716107085721.issue26959@psf.upfronthosting.co.za>
In-reply-to
Content
You can simplify pickle_lambda in the test by using marshal.dumps(code_obj) and marshal.loads(code_obj) to dump and load the code object without going through its entire guts. It would be a shame to have to change a pickle test just because some detail of the code object implementation changes.
History
Date User Action Args
2016-05-06 09:22:40hniksicsetrecipients: + hniksic, pitrou, alexandre.vassalotti, torkve
2016-05-06 09:22:40hniksicsetmessageid: <1462526560.08.0.716107085721.issue26959@psf.upfronthosting.co.za>
2016-05-06 09:22:40hniksiclinkissue26959 messages
2016-05-06 09:22:39hniksiccreate