]> 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:28:53 +0000 (15:28 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 13 Apr 2016 12:28:53 +0000 (15:28 +0300)
commit131b8f8eee3498d5d334bde9671825bdfe0cf222
tree2b2ac519811dd9ee8f0029375eaf18642e91180c
parent6fce35354a7fecb9130fd163f86822c468d1413e
parent3d7497608ba8dd0b82d69944f484febdad7dc507
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