]> granicus.if.org Git - python/commit
Issue #24373: Eliminate PEP 489 test refleaks
authorNick Coghlan <ncoghlan@gmail.com>
Thu, 4 Jun 2015 11:52:57 +0000 (21:52 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Thu, 4 Jun 2015 11:52:57 +0000 (21:52 +1000)
commit53f95024d7ef25a39e70aa45ffdcefbb084821ed
treecbb1b3e934a59b2912ce172cc00bb467c56313c4
parent4fabf02633f7f537a8318a7541eec02cb3338a0d
Issue #24373: Eliminate PEP 489 test refleaks

_testmultiphase and xxlimited now use tp_traverse and
tp_finalize to avoid reference leaks encountered when
combining tp_dealloc with PyType_FromSpec (see
issue #16690 for details)
Misc/NEWS
Modules/_testmultiphase.c
Modules/xxlimited.c