Message294255
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. |
|
| Date |
User |
Action |
Args |
| 2017-05-23 15:28:46 | ncoghlan | set | recipients:
+ ncoghlan, cjw296, michael.foord, takluyver, yselivanov, The Compiler, pstch |
| 2017-05-23 15:28:46 | ncoghlan | set | messageid: <[email protected]> |
| 2017-05-23 15:28:46 | ncoghlan | link | issue25532 messages |
| 2017-05-23 15:28:46 | ncoghlan | create | |
|