[New-bugs-announce] [issue32032] Module-level pickle tests test only default implementation
Serhiy Storchaka
report at bugs.python.org
Wed Nov 15 05:10:18 EST 2017
New submission from Serhiy Storchaka <storchaka+cpython at gmail.com>:
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.
----------
assignee: serhiy.storchaka
components: Tests
messages: 306260
nosy: serhiy.storchaka
priority: normal
severity: normal
stage: needs patch
status: open
title: Module-level pickle tests test only default implementation
type: behavior
versions: Python 3.6, Python 3.7
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32032>
_______________________________________
More information about the New-bugs-announce
mailing list