Yury Selivanov added the comment:

> 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.

----------

_______________________________________
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