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 <rep...@bugs.python.org> <http://bugs.python.org/issue23408> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com