]> granicus.if.org Git - python/commit
SF bug 578752: COUNT_ALLOCS vs heap types
authorTim Peters <tim.peters@gmail.com>
Mon, 8 Jul 2002 22:11:52 +0000 (22:11 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 8 Jul 2002 22:11:52 +0000 (22:11 +0000)
commitc6a3ff634a90cb8b028019e3c8c48a221739ee26
tree45cded7528a7d0f7b2a8f4da1aa8016f5b84bec1
parentd1b2045958306349b04da931a1a400d7e9a49fb9
SF bug 578752: COUNT_ALLOCS vs heap types
Repair segfaults and infinite loops in COUNT_ALLOCS builds in the
presence of new-style (heap-allocated) classes/types.

Bugfix candidate.  I'll backport this to 2.2.  It's irrelevant in 2.1.
Misc/NEWS
Objects/object.c