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 collinwinter
Recipients alexandre.vassalotti, collinwinter, pitrou, rhettinger
Date 2009-04-03.20:48:48
SpamBayes Score 8.723637e-06
Marked as misclassified No
Message-id <1238791740.45.0.334836624059.issue5665@psf.upfronthosting.co.za>
In-reply-to
Content
Updated the patch to include a regrtest xpickle resource, which
restricts if the backwards compat tests will be run. For normal
development, the existing tests should be fine; you only need these
tests if you're mucking with the pickle output.

Added backwards compat tests for the pure-Python pickle module. Total
run time with -uxpickle maxes out a little above five minutes on my
machine, with a lot of variation between runs.

Also addressed the comment about [0, 1, 2] -> protocols.
History
Date User Action Args
2009-04-03 20:49:00collinwintersetrecipients: + collinwinter, rhettinger, pitrou, alexandre.vassalotti
2009-04-03 20:49:00collinwintersetmessageid: <1238791740.45.0.334836624059.issue5665@psf.upfronthosting.co.za>
2009-04-03 20:48:57collinwinterlinkissue5665 messages
2009-04-03 20:48:57collinwintercreate