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 serhiy.storchaka
Recipients alexandre.vassalotti, pitrou, serhiy.storchaka
Date 2015-02-08.09:05:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423386346.84.0.92397011471.issue23408@psf.upfronthosting.co.za>
In-reply-to
Content
Pickle tests use incorrect test data for protocols 0-2. This data is not compatible with Python 2 because refers to Python 3 modules builtins and copyreg (instead of __builtin__ and copy_reg). Proposed patch fixes this (data was regenerated by pythontester). Allso corrected dissassembly dumps.
History
Date User Action Args
2015-02-08 09:05:47serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, alexandre.vassalotti
2015-02-08 09:05:46serhiy.storchakasetmessageid: <1423386346.84.0.92397011471.issue23408@psf.upfronthosting.co.za>
2015-02-08 09:05:46serhiy.storchakalinkissue23408 messages
2015-02-08 09:05:46serhiy.storchakacreate