Nick Coghlan added the comment:

Ah, sorry - I merged the PR before seeing the discussion about the limit over 
here.

I'd be fine with replacing the sys.getrecursionlimit() call with a module level 
constant like "_UNWRAP_LIMIT = 500".

If someone desperately needed a higher limit for some reason, they could still 
poke around and change that from outside the module, even if doing so wasn't 
officially supported.

That wouldn't need a new NEWS entry, since it would just be an amendment to the 
existing patch.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25532>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to