]> granicus.if.org Git - python/commit
Fix SF bug #489581: __slots__ leak.
authorGuido van Rossum <guido@python.org>
Wed, 5 Dec 2001 22:45:48 +0000 (22:45 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 5 Dec 2001 22:45:48 +0000 (22:45 +0000)
commit33bab01da6e2634231bdaa4f03405f4e5a043d59
tree9408a488d290e80d96d55746bf441b3d007fff95
parent9145be431023f74bd9532590e271395c1381aaf1
Fix SF bug #489581: __slots__ leak.

It was easier than I thought, assuming that no other things contribute
to the instance size besides slots -- a pretty good bet.  With a test
suite, no less!
Lib/test/test_descr.py
Misc/NEWS
Objects/typeobject.c