]> granicus.if.org Git - python/commit
slot_sq_contains(): This leaked a reference to the result of calling
authorTim Peters <tim.peters@gmail.com>
Sun, 23 Mar 2003 05:35:36 +0000 (05:35 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 23 Mar 2003 05:35:36 +0000 (05:35 +0000)
commitbf9b24464e11d9db2980c018f4d67b50b3573903
treefdd02cf0b4f5d7a888a11f69f06950d5c904c236
parent36eb4dfb819dbfe90d82e0c6b58bd360c22bcc26
slot_sq_contains():  This leaked a reference to the result of calling
__contains__().

Bugfix candidate.
Objects/typeobject.c