]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue 21101: Internal API for dict getitem and setitem where the hash value is known.
authorRaymond Hettinger <python@rcn.com>
Sat, 3 May 2014 23:32:11 +0000 (16:32 -0700)
committerRaymond Hettinger <python@rcn.com>
Sat, 3 May 2014 23:32:11 +0000 (16:32 -0700)
commit4b74fba62ff9e9733da01a55d4091b656324e969
tree3cec3f8e3aac0f6f0e3fb30e1fa06c11c6a4e746
parent1b5eebcfa3e5d21c14e89dc7e5bf2d124f8710a2
Issue 21101:  Internal API for dict getitem and setitem where the hash value is known.
Include/dictobject.h
Objects/dictobject.c