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

Reply via email to