]> granicus.if.org Git - python/commit
Issue #15142: Fix reference leak when deallocating instances of types created using...
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 23 Jun 2012 12:45:21 +0000 (14:45 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 23 Jun 2012 12:45:21 +0000 (14:45 +0200)
commita4db02c7a38c5669b5678f1e972d8b9c6d3a2238
treecb73e592c63fd9fe7eb6d5a7ba851763a936cfec
parentedc601855d3ed2494164d48dd12d2d222d23113f
parent99cc629969cd008272c471a0f7bdd2de04cf67fa
Issue #15142: Fix reference leak when deallocating instances of types created using PyType_FromSpec().
Misc/NEWS
Objects/typeobject.c