[New-bugs-announce] [issue31391] Forward-port test_xpickle from 2.7 to 3.x

Zachary Ware report at bugs.python.org
Thu Sep 7 22:43:10 EDT 2017


New submission from Zachary Ware:

Python 2.x has a test called test_xpickle which confirms that pickles can be successfully passed back and forth between different versions of Python.  This should be forward-ported to 3.x, and include tests between the python under test, 3.6, 3.5, 3.4, and 2.7, for each protocol available to each version.  If feeling adventurous, you could even go as far back as 3.0 :)

Ideally, this should also run on Windows by making use of the `py` launcher, and possibly even include 32- and 64-bit versions of each Python on Windows.

----------
components: Tests
messages: 301671
nosy: ammar2, zach.ware
priority: normal
severity: normal
stage: needs patch
status: open
title: Forward-port test_xpickle from 2.7 to 3.x
type: enhancement
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31391>
_______________________________________


More information about the New-bugs-announce mailing list