]> granicus.if.org Git - python/commit
Tighten-up code in the set iterator to use an entry pointer rather than indexing.
authorRaymond Hettinger <python@rcn.com>
Tue, 7 Jul 2015 02:03:01 +0000 (19:03 -0700)
committerRaymond Hettinger <python@rcn.com>
Tue, 7 Jul 2015 02:03:01 +0000 (19:03 -0700)
commit3dbc11cadd0aead3ee6d4d06fc3bf7309c6ce6a7
treeec66f528ab7c26ae8e951b179c059e9c646a3f06
parent6d7cfadc6b635782a23312f440c6e873c975a2e4
Tighten-up code in the set iterator to use an entry pointer rather than indexing.
Objects/setobject.c