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 serhiy.storchaka
Date 2017-11-15.10:10:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
In Python 2 tests for module-level API test both implementations, pickle and cPickle. In Python 3 they test only the default implementation. If _pickle is available, the Python implementation of module-level functions is not tested.
History
Date User Action Args
2017-11-15 10:10:18serhiy.storchakasetrecipients: + serhiy.storchaka
2017-11-15 10:10:18serhiy.storchakasetmessageid: <[email protected]>
2017-11-15 10:10:18serhiy.storchakalinkissue32032 messages
2017-11-15 10:10:18serhiy.storchakacreate