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 methane
Recipients methane, pitrou, rhettinger, serhiy.storchaka, thomas.perl
Date 2019-04-02.09:30:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554197412.64.0.5161249752.issue36473@roundup.psfhosted.org>
In-reply-to
Content
New changeset b8311cf5e5d72f8a8aa688b7da1760d6a74a4d72 by Inada Naoki (Thomas Perl) in branch 'master':
bpo-36473: add maximum iteration check for dict .values() and .items() (GH-12619)
https://github.com/python/cpython/commit/b8311cf5e5d72f8a8aa688b7da1760d6a74a4d72
History
Date User Action Args
2019-04-02 09:30:12methanesetrecipients: + methane, rhettinger, pitrou, serhiy.storchaka, thomas.perl
2019-04-02 09:30:12methanesetmessageid: <1554197412.64.0.5161249752.issue36473@roundup.psfhosted.org>
2019-04-02 09:30:12methanelinkissue36473 messages
2019-04-02 09:30:12methanecreate