This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients Robin.Schreiber, daniel.urban, loewis, ncoghlan, pitrou, python-dev
Date 2012-06-23.12:48:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <E1SiPlm-0007J6-9d@dinsdale.python.org>
In-reply-to
Content
New changeset 1794308c1ea7 by Antoine Pitrou in branch '3.2':
Issue #15142: Fix reference leak when deallocating instances of types created using PyType_FromSpec().
http://hg.python.org/cpython/rev/1794308c1ea7

New changeset 9945d7dfa72c by Antoine Pitrou in branch 'default':
Issue #15142: Fix reference leak when deallocating instances of types created using PyType_FromSpec().
http://hg.python.org/cpython/rev/9945d7dfa72c
History
Date User Action Args
2012-06-23 12:48:56python-devsetrecipients: + python-dev, loewis, ncoghlan, pitrou, daniel.urban, Robin.Schreiber
2012-06-23 12:48:55python-devlinkissue15142 messages
2012-06-23 12:48:54python-devcreate