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 Suman.Saha, ezio.melotti, meador.inge, python-dev, torsten
Date 2012-02-15.02:00:55
SpamBayes Score 0.040809054
Marked as misclassified No
Message-id <E1RxUAu-0007J8-27@dinsdale.python.org>
In-reply-to
Content
New changeset 6454e5de7c34 by Antoine Pitrou in branch '3.2':
Issue #13020: Fix a reference leak when allocating a structsequence object fails.
http://hg.python.org/cpython/rev/6454e5de7c34

New changeset 5e0085d67f65 by Antoine Pitrou in branch 'default':
Issue #13020: Fix a reference leak when allocating a structsequence object fails.
http://hg.python.org/cpython/rev/5e0085d67f65

New changeset 08a85fc85bf2 by Antoine Pitrou in branch '2.7':
Issue #13020: Fix a reference leak when allocating a structsequence object fails.
http://hg.python.org/cpython/rev/08a85fc85bf2
History
Date User Action Args
2012-02-15 02:00:56python-devsetrecipients: + python-dev, ezio.melotti, meador.inge, torsten, Suman.Saha
2012-02-15 02:00:55python-devlinkissue13020 messages
2012-02-15 02:00:55python-devcreate