[New-bugs-announce] [issue23264] Add pickle support of dict views

Serhiy Storchaka report at bugs.python.org
Sun Jan 18 09:11:56 CET 2015


New submission from Serhiy Storchaka:

For now dict views are not pickleable in Python 3 (unlike to Python 2 and unlike to dict view iterators). Proposed patch adds pickle support of dict views.

----------
components: Interpreter Core
files: pickle_dictviews.patch
keywords: patch
messages: 234225
nosy: alexandre.vassalotti, pitrou, rhettinger, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Add pickle support of dict views
type: enhancement
versions: Python 3.5
Added file: http://bugs.python.org/file37758/pickle_dictviews.patch

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


More information about the New-bugs-announce mailing list