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 pitrou, rhettinger, serhiy.storchaka
Date 2014-10-31.22:04:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414793093.86.0.888366361477.issue22777@psf.upfronthosting.co.za>
In-reply-to
Content
Some pickling tests use only default protocol. Other tests use only lower protocols (0, 1, and may be 2). Proposed match makes all pickling tests using all existing protocols from 0 to HIGHEST_PROTOCOL inclusive. Also fixed some minor bugs.
History
Date User Action Args
2014-10-31 22:04:57serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, pitrou
2014-10-31 22:04:53serhiy.storchakasetmessageid: <1414793093.86.0.888366361477.issue22777@psf.upfronthosting.co.za>
2014-10-31 22:04:53serhiy.storchakalinkissue22777 messages
2014-10-31 22:04:52serhiy.storchakacreate