]> granicus.if.org Git - python/commit
/* XXX From here until type is allocated, "return NULL" leaks bases! */
authorMichael W. Hudson <mwh@python.net>
Fri, 8 Aug 2003 13:57:22 +0000 (13:57 +0000)
committerMichael W. Hudson <mwh@python.net>
Fri, 8 Aug 2003 13:57:22 +0000 (13:57 +0000)
commita6a277d8316973ca3f546e5111430a8c4ee07181
treebe86e0c44de03f5533d9572a3f92f5b7b9e50e7d
parent5475f2394abea43c541d8660ed91af920634add5
/* XXX From here until type is allocated, "return NULL" leaks bases! */

Sure looks like it to me! <wink>

When I run the leak2.py script I posted to python-dev, I only see
three reference leaks in all of test_descr.  When I run
test_descr.test_main, I still see 46 leaks.  This clearly demands
posting a yelp to python-dev :-)

This certainly should be applied to release23-maint, and in all
likelyhood release22-maint as well.
Objects/typeobject.c