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.

Author serhiy.storchaka
Recipients python-dev, serhiy.storchaka, vstinner
Date 2015-10-01.09:19:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443691171.8.0.597152484532.issue25274@psf.upfronthosting.co.za>
In-reply-to
Content
> 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
History
Date User Action Args
2015-10-01 09:19:31serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, python-dev
2015-10-01 09:19:31serhiy.storchakasetmessageid: <1443691171.8.0.597152484532.issue25274@psf.upfronthosting.co.za>
2015-10-01 09:19:31serhiy.storchakalinkissue25274 messages
2015-10-01 09:19:31serhiy.storchakacreate