]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Implement PEP 412: Key-sharing dictionaries (closes #13903)
authorBenjamin Peterson <benjamin@python.org>
Mon, 23 Apr 2012 15:24:50 +0000 (11:24 -0400)
committerBenjamin Peterson <benjamin@python.org>
Mon, 23 Apr 2012 15:24:50 +0000 (11:24 -0400)
commit7d95e4072169911b228c9e42367afb5f17fd3db0
treed07731f1b71b1eb5f653778141ca586069d216b1
parent80d07f825108761af9fe2ac79c1ef50289c07c08
Implement PEP 412: Key-sharing dictionaries (closes #13903)

Patch from Mark Shannon.
12 files changed:
Include/dictobject.h
Include/object.h
Lib/test/test_dict.py
Lib/test/test_pprint.py
Lib/test/test_sys.py
Misc/NEWS
Objects/dictnotes.txt
Objects/dictobject.c
Objects/object.c
Objects/typeobject.c
Python/ceval.c
Tools/gdb/libpython.py