]> granicus.if.org Git - python/commit
Fix missing decrements of the recursive counter in PyObject_Compare().
authorVladimir Marangozov <vladimir.marangozov@t-online.de>
Fri, 11 Aug 2000 00:14:26 +0000 (00:14 +0000)
committerVladimir Marangozov <vladimir.marangozov@t-online.de>
Fri, 11 Aug 2000 00:14:26 +0000 (00:14 +0000)
commit1d3e239f0804537c5d5f0333d3a3287dd57f784d
treec7193f0711b8f72c7d7963113ec4bc5017f75adc
parent68933b94d38e611be987fb62e3ef25af054eec95
Fix missing decrements of the recursive counter in PyObject_Compare().

Closes Patch #101065.
Objects/object.c