]> granicus.if.org Git - python/commit
Issue #24469: Fixed memory leak caused by int subclasses without overridden
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 29 Nov 2016 18:49:14 +0000 (20:49 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 29 Nov 2016 18:49:14 +0000 (20:49 +0200)
commit13cc67946b7fc823433af0d1d81b7a3ce6007427
tree1807cb0b4c47b5b6809ba9810ac5f5d61554b71e
parent0092bc7279f2d288da748f5aaeb4d5c2b3e251ff
Issue #24469: Fixed memory leak caused by int subclasses without overridden
tp_free (e.g. C-inherited Cython classes).
Misc/NEWS
Objects/intobject.c