]> granicus.if.org Git - python/commit
Ignore the references to the dummy objects used as deleted keys
authorArmin Rigo <arigo@tunes.org>
Wed, 12 Apr 2006 17:06:05 +0000 (17:06 +0000)
committerArmin Rigo <arigo@tunes.org>
Wed, 12 Apr 2006 17:06:05 +0000 (17:06 +0000)
commite170937af6463d92e95cea907964a23dff521f31
treec8c4deb1ad0655eeedeef6754932db4afec7e930
parent314fce92dd12a8ff82876bd18845a2249a931fae
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
Objects/setobject.c
Python/pythonrun.c
Python/sysmodule.c