]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40889: Optimize dict.items() ^ dict.items() (GH-20718)
authorDennis Sweeney <36520290+sweeneyde@users.noreply.github.com>
Wed, 10 Jun 2020 05:56:56 +0000 (01:56 -0400)
committerGitHub <noreply@github.com>
Wed, 10 Jun 2020 05:56:56 +0000 (14:56 +0900)
commit07d81128124f2b574808e33267c38b104b42ae2a
treef099a32436e70dcab4083a302fbc2b6cb604cdfd
parentbae872f1fe9b3a0d3e3b8800a2ac8d6b440d6e4d
bpo-40889: Optimize dict.items() ^ dict.items() (GH-20718)
Lib/test/test_dict.py
Misc/NEWS.d/next/Core and Builtins/2020-06-08-22-46-33.bpo-40889.vIBl-W.rst [new file with mode: 0644]
Objects/dictobject.c