[New-bugs-announce] [issue19881] Fix bigmem pickle tests

Alexandre Vassalotti report at bugs.python.org
Wed Dec 4 07:38:54 CET 2013


New submission from Alexandre Vassalotti:

The bigmem tests for pickle are currently failing for protocol 4. The tests are broken because of an assumption rendered invalid by the frame header. Fixing the tests caught a legitimate bug in the save_bytes function of cpickle.

----------
assignee: alexandre.vassalotti
components: Library (Lib)
files: fix_bigmem_pickle.patch
keywords: patch
messages: 205196
nosy: alexandre.vassalotti, pitrou, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Fix bigmem pickle tests
type: behavior
versions: Python 3.4
Added file: http://bugs.python.org/file32966/fix_bigmem_pickle.patch

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


More information about the New-bugs-announce mailing list