➜

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.

作者 serhiy.storchaka
收信人 python-dev, serhiy.storchaka, vstinner
日期 2015-10-01.09:19:31
SpamBayes Score -1.0
Marked as misclassified 是
Message-id <1443691171.8.0.597152484532.issue25274@psf.upfronthosting.co.za>
In-reply-to
内容
> 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
历史
日期 用户 动作 参数
2015-10-01 09:19:31serhiy.storchaka修改recipients: + serhiy.storchaka, vstinner, python-dev
2015-10-01 09:19:31serhiy.storchaka修改messageid: <1443691171.8.0.597152484532.issue25274@psf.upfronthosting.co.za>
2015-10-01 09:19:31serhiy.storchaka链接issue25274 messages
2015-10-01 09:19:31serhiy.storchaka创建