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

Reply via email to