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 r.david.murray
Recipients alexandre.vassalotti, collinwinter, mstefanro, r.david.murray
Date 2012-06-15.17:10:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339780229.39.0.263489749998.issue15079@psf.upfronthosting.co.za>
In-reply-to
Content
It would be best to have the pickle tests always run against both the C and python code.  We do this for other modules that have C versions of some or all of the Python code.  And yes, making the two consistent is also good.  Since pickle is generally not used without the C code, making the Python consistent with the C would seem to be a low-impact change.
History
Date User Action Args
2012-06-15 17:10:29r.david.murraysetrecipients: + r.david.murray, collinwinter, alexandre.vassalotti, mstefanro
2012-06-15 17:10:29r.david.murraysetmessageid: <1339780229.39.0.263489749998.issue15079@psf.upfronthosting.co.za>
2012-06-15 17:10:28r.david.murraylinkissue15079 messages
2012-06-15 17:10:28r.david.murraycreate