Skip to content

bpo-40889: special-case dict.items() ^ dict.items() for performance#20718

Merged
methane merged 10 commits into
python:masterfrom
sweeneyde:dictitems_xor
Jun 10, 2020
Merged

bpo-40889: special-case dict.items() ^ dict.items() for performance#20718
methane merged 10 commits into
python:masterfrom
sweeneyde:dictitems_xor

Use the items() iterator rather than PyDict_Items()

30e3ae2
Select commit
Loading
Failed to load commit list.

Workflow runs completed with no jobs