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 yselivanov
Recipients The Compiler, cjw296, michael.foord, ncoghlan, pstch, takluyver, yselivanov
Date 2017-05-22.18:25:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495477536.48.0.555575573299.issue25532@psf.upfronthosting.co.za>
In-reply-to
Content
> Since the limit is arbitrary anyway, sys.getrecursionlimit() seems like a reasonable choice. 

The recursion limit can be changed for whatever purposes and I'm not sure that it's a good idea that it will affect unwrap behaviour in such cases.

I'd suggest to pick a sufficiently large number like 500 and go with it.
History
Date User Action Args
2017-05-22 18:25:36yselivanovsetrecipients: + yselivanov, ncoghlan, cjw296, michael.foord, takluyver, The Compiler, pstch
2017-05-22 18:25:36yselivanovsetmessageid: <1495477536.48.0.555575573299.issue25532@psf.upfronthosting.co.za>
2017-05-22 18:25:36yselivanovlinkissue25532 messages
2017-05-22 18:25:36yselivanovcreate