]> granicus.if.org Git - python/commit
Fix for PR#98 (Adrian Eyre) -- in instancemethod_repr, the funcname
authorGuido van Rossum <guido@python.org>
Mon, 11 Oct 1999 14:03:12 +0000 (14:03 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 11 Oct 1999 14:03:12 +0000 (14:03 +0000)
commit42636dc64d098ab034980e7c3e2bb2e056db3fb7
tree7214a8bd428b6bb2ab23d574461f58090ee788a7
parent08a92cb56874537b88a224e9fcd6a3d89a5a703b
Fix for PR#98 (Adrian Eyre) -- in instancemethod_repr, the funcname
object is DECREFed too early.
Objects/classobject.c