New submission from Serhiy Storchaka <storchaka+cpyt...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue32032>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to