]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue 23261: Clean-up the hack to store the set.pop() search finger in a hash field...
authorRaymond Hettinger <python@rcn.com>
Sun, 18 Jan 2015 21:12:42 +0000 (13:12 -0800)
committerRaymond Hettinger <python@rcn.com>
Sun, 18 Jan 2015 21:12:42 +0000 (13:12 -0800)
commit1202a4733e6ffbf3149425aae14f7c4eeeb115c0
treed0c2393c496b6df4b26ab1ee8606dcc70b8578f1
parenta556af77a7853cf198011eaa5a3258751d72853f
Issue 23261:  Clean-up the hack to store the set.pop() search finger in a hash field instead of the setobject.
Include/setobject.h
Lib/test/test_sys.py
Objects/setobject.c