]> granicus.if.org Git - python/commit
Issue #26718: super.__init__ no longer leaks memory if called multiple times.
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 13 Apr 2016 12:27:33 +0000 (15:27 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 13 Apr 2016 12:27:33 +0000 (15:27 +0300)
commit9ec6464008c3a04e6486541c4f031bdf0af28cf3
tree8cd8986e8cc8422e9e1a09204a557fda8eeeb57b
parentf1023bad2ebe4136666934c69794ba95cbd4eb09
Issue #26718: super.__init__ no longer leaks memory if called multiple times.
NOTE: A direct call of super.__init__ is not endorsed!
Misc/NEWS
Objects/typeobject.c