[New-bugs-announce] [issue23408] Pickle tests use incorrect test data

Serhiy Storchaka report at bugs.python.org
Sun Feb 8 10:05:46 CET 2015


New submission from Serhiy Storchaka:

Pickle tests use incorrect test data for protocols 0-2. This data is not compatible with Python 2 because refers to Python 3 modules builtins and copyreg (instead of __builtin__ and copy_reg). Proposed patch fixes this (data was regenerated by pythontester). Allso corrected dissassembly dumps.

----------
components: Tests
files: test_pickle_data.patch
keywords: patch
messages: 235551
nosy: alexandre.vassalotti, pitrou, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Pickle tests use incorrect test data
type: behavior
versions: Python 3.4, Python 3.5
Added file: http://bugs.python.org/file38040/test_pickle_data.patch

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


More information about the New-bugs-announce mailing list