[New-bugs-announce] [issue26482] Restore pickling recursive dequeues

Serhiy Storchaka report at bugs.python.org
Fri Mar 4 13:40:44 EST 2016


New submission from Serhiy Storchaka:

Pickling recursive dequeues was added in issue1062279. But then it was reverted in 73f49656420b (unknown issue number).

Proposed patch restores pickling recursive dequeues.

----------
assignee: rhettinger
components: Library (Lib)
files: pickle_recursive_deque.patch
keywords: patch
messages: 261194
nosy: alexandre.vassalotti, pitrou, rhettinger, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Restore pickling recursive dequeues
type: enhancement
versions: Python 3.6
Added file: http://bugs.python.org/file42069/pickle_recursive_deque.patch

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


More information about the New-bugs-announce mailing list