[issue26482] Restore pickling recursive dequeues

2016-03-05 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thanks Raymond. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue26482] Restore pickling recursive dequeues

2016-03-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset be993678d4f7 by Serhiy Storchaka in branch 'default': Issue #26482: Allowed pickling recursive dequeues. https://hg.python.org/cpython/rev/be993678d4f7 -- nosy: +python-dev ___ Python tracker

[issue26482] Restore pickling recursive dequeues

2016-03-05 Thread Raymond Hettinger
Raymond Hettinger added the comment: Go ahead. -- assignee: rhettinger -> serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list

[issue26482] Restore pickling recursive dequeues

2016-03-04 Thread Serhiy Storchaka
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_d