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 vstinner
Recipients matrixise, rpointel, skrah, vstinner
Date 2015-10-08.12:55:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444308912.27.0.335676483332.issue25342@psf.upfronthosting.co.za>
In-reply-to
Content
Would it be possible to compute the recursion limit depending on the current maximum C stack size? At least estimate it? I guess the sys.getdefaultlimit() is 1000 is an arbitrary value. I also know that the effective limit depends on the memory allocated on the stack by C functions. Calling a Python function and a function implemented in C is different :-/
History
Date User Action Args
2015-10-08 12:55:12vstinnersetrecipients: + vstinner, skrah, rpointel, matrixise
2015-10-08 12:55:12vstinnersetmessageid: <1444308912.27.0.335676483332.issue25342@psf.upfronthosting.co.za>
2015-10-08 12:55:12vstinnerlinkissue25342 messages
2015-10-08 12:55:12vstinnercreate