[New-bugs-announce] [issue22777] Test pickling with all protocols

Serhiy Storchaka report at bugs.python.org
Fri Oct 31 23:04:53 CET 2014


New submission from Serhiy Storchaka:

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.

----------
components: Tests
files: tests_pickling.patch
keywords: patch
messages: 230395
nosy: pitrou, rhettinger, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Test pickling with all protocols
type: enhancement
versions: Python 3.5
Added file: http://bugs.python.org/file37091/tests_pickling.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22777>
_______________________________________


More information about the New-bugs-announce mailing list