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 Ilya.Kulakov, amaury.forgeotdarc, belopolsky, meador.inge, python-dev, serhiy.storchaka
Date 2017-01-13.07:44:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20170113074448.56146.49591.FE4FFC20@psf.io>
In-reply-to
Content
New changeset d9a64d00a439 by Serhiy Storchaka in branch '3.5':
Issue #29219: Fixed infinite recursion in the repr of uninitialized
https://hg.python.org/cpython/rev/d9a64d00a439

New changeset d9539a5c2315 by Serhiy Storchaka in branch '2.7':
Issue #29219: Fixed infinite recursion in the repr of uninitialized
https://hg.python.org/cpython/rev/d9539a5c2315

New changeset 17ca7c4dd583 by Serhiy Storchaka in branch '3.6':
Issue #29219: Fixed infinite recursion in the repr of uninitialized
https://hg.python.org/cpython/rev/17ca7c4dd583

New changeset 0503024831ad by Serhiy Storchaka in branch 'default':
Issue #29219: Fixed infinite recursion in the repr of uninitialized
https://hg.python.org/cpython/rev/0503024831ad
History
Date User Action Args
2017-01-13 07:44:51python-devsetrecipients: + python-dev, amaury.forgeotdarc, belopolsky, meador.inge, serhiy.storchaka, Ilya.Kulakov
2017-01-13 07:44:51python-devlinkissue29219 messages
2017-01-13 07:44:50python-devcreate