This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients alexandre.vassalotti, pitrou, rhettinger, serhiy.storchaka
Date 2015-01-18.08:11:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421568716.9.0.947546089999.issue23264@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-01-18 08:11:56serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, pitrou, alexandre.vassalotti
2015-01-18 08:11:56serhiy.storchakasetmessageid: <1421568716.9.0.947546089999.issue23264@psf.upfronthosting.co.za>
2015-01-18 08:11:56serhiy.storchakalinkissue23264 messages
2015-01-18 08:11:56serhiy.storchakacreate