]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Ignore the references to the dummy objects used as deleted keys
authorArmin Rigo <arigo@tunes.org>
Wed, 12 Apr 2006 17:06:58 +0000 (17:06 +0000)
committerArmin Rigo <arigo@tunes.org>
Wed, 12 Apr 2006 17:06:58 +0000 (17:06 +0000)
commit337c143b4a1dd06aac882febcee80d9af7342493
treef2f08d65859a0d008dc1dcf05a09249cc562d536
parent17cfe2b7571ecfb2941e9857e725eef74119e9bf
Ignore the references to the dummy objects used as deleted keys
in dicts and sets when computing the total number of references.
Include/object.h
Objects/dictobject.c
Objects/object.c
Python/pythonrun.c
Python/sysmodule.c