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 eric.snow, shihai1991, vstinner
Date 2020-05-05.16:53:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
> From a user perspective, does it make sense to have a different recursion_limit per interpreter?

Yes, I think so. Someone might use a lower limit to run a template rendering engine or "unsafe" code. Well, it's not hard to find random usage for interpreters with a configuration different than the main interpreter.
History
Date User Action Args
2020-05-05 16:53:16vstinnersetrecipients: + vstinner, eric.snow, shihai1991
2020-05-05 16:53:16vstinnersetmessageid: <[email protected]>
2020-05-05 16:53:16vstinnerlinkissue40513 messages
2020-05-05 16:53:16vstinnercreate