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 serhiy.storchaka
Recipients rhettinger, serhiy.storchaka, vstinner
Date 2018-02-01.11:57:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517486250.58.0.467229070634.issue32137@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 688b6dec4e8847a154ef27257069291175764794 by Serhiy Storchaka (Miss Islington (bot)) in branch '3.6':
bpo-32137: The repr of deeply nested dict now raises a RecursionError (GH-4570) (GH-4689)
https://github.com/python/cpython/commit/688b6dec4e8847a154ef27257069291175764794
History
Date User Action Args
2018-02-01 11:57:30serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, vstinner
2018-02-01 11:57:30serhiy.storchakasetmessageid: <1517486250.58.0.467229070634.issue32137@psf.upfronthosting.co.za>
2018-02-01 11:57:30serhiy.storchakalinkissue32137 messages
2018-02-01 11:57:30serhiy.storchakacreate