]> granicus.if.org Git - python/commit
slot_tp_hash(): In the normal path, this leaked a reference to the
authorTim Peters <tim.peters@gmail.com>
Fri, 6 Dec 2002 23:38:02 +0000 (23:38 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 6 Dec 2002 23:38:02 +0000 (23:38 +0000)
commit61ce0a9bae6e97f25034370eda2fe87ef654e434
treec89eef31b5b43e07dc904db7388a031c752e13ef
parentead60e5d1c24f4bd2f53b7994d4240735cc11453
slot_tp_hash():  In the normal path, this leaked a reference to the
integer hash object returned by __hash__().  This accounts for some of
the "mystery leaks" in the sandbox datetime tests, but probably not
all of them.
Objects/typeobject.c