Message252010
> ValueError: cannot set recursion limit to 2: the minimum recursion limit is 1 at the recursion depth 1 This message looks confusing to me. 2 > 1, isn't? The dependency of min_limit from new_limit is not monotonic: new_limit = 99 => min_limit = 74 new_limit = 100 => min_limit = 75 new_limit = 101 => min_limit = 51 | |
| Date | User | Action | Args | | 2015-10-01 09:19:31 | serhiy.storchaka | set | recipients: + serhiy.storchaka, vstinner, python-dev | | 2015-10-01 09:19:31 | serhiy.storchaka | set | messageid: <1443691171.8.0.597152484532.issue25274@psf.upfronthosting.co.za> | | 2015-10-01 09:19:31 | serhiy.storchaka | link | issue25274 messages | | 2015-10-01 09:19:31 | serhiy.storchaka | create | | |