]> granicus.if.org Git - python/commit
Issue 23359: Reduce size of code in set_lookkey. Only do linear probes when there...
authorRaymond Hettinger <python@rcn.com>
Tue, 3 Feb 2015 16:15:30 +0000 (08:15 -0800)
committerRaymond Hettinger <python@rcn.com>
Tue, 3 Feb 2015 16:15:30 +0000 (08:15 -0800)
commit06bb1226d18e657a36ddd492ec88c16c9108323b
tree5180378e4e9d2e29e0812dbfecd0f25cd29d21f3
parent5178d91be09d73900699655b3ddecc0482e7942f
Issue 23359:  Reduce size of code in set_lookkey. Only do linear probes when there is no wrap-around.

Nice simplification contributed by Serhiy Storchaka :-)
Objects/setobject.c