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 pitrou, python-dev, r.david.murray, serhiy.storchaka, vstinner
Date 2015-10-01.21:50:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443736216.99.0.647483176399.issue25274@psf.upfronthosting.co.za>
In-reply-to
Content
sys_setrecursionlimit-4.patch:

- enhance documentation and comments
- combined with end_rec_check.patch: make the lower-water mark monotonic
- add _Py_RecursionLimitLowerWaterMark() macro used by _Py_MakeEndRecCheck() and sys.setrecursionlimit()
History
Date User Action Args
2015-10-01 21:50:17vstinnersetrecipients: + vstinner, pitrou, r.david.murray, python-dev, serhiy.storchaka
2015-10-01 21:50:16vstinnersetmessageid: <1443736216.99.0.647483176399.issue25274@psf.upfronthosting.co.za>
2015-10-01 21:50:16vstinnerlinkissue25274 messages
2015-10-01 21:50:16vstinnercreate