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 Chris.Colbert, pitrou, python-dev, serhiy.storchaka, vstinner
Date 2014-11-18.22:17:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20141118221719.36065.69755@psf.io>
In-reply-to
Content
New changeset 342a619cdafb by Serhiy Storchaka in branch '3.4':
Issue #22453: Warn against the use of leaking macro PyObject_REPR().
https://hg.python.org/cpython/rev/342a619cdafb

New changeset 6e26b5291c41 by Serhiy Storchaka in branch '2.7':
Issue #22453: Fexed reference leaks when format error messages in ceval.c.
https://hg.python.org/cpython/rev/6e26b5291c41
History
Date User Action Args
2014-11-18 22:17:27python-devsetrecipients: + python-dev, pitrou, vstinner, Chris.Colbert, serhiy.storchaka
2014-11-18 22:17:27python-devlinkissue22453 messages
2014-11-18 22:17:27python-devcreate