mirror of
https://github.com/python/cpython.git
synced 2026-06-08 12:25:29 -04:00
50856d5ae7
Issue #25274: sys.setrecursionlimit() now raises a RecursionError if the new recursion limit is too low depending at the current recursion depth. Modify also the "lower-water mark" formula to make it monotonic. This mark is used to decide when the overflowed flag of the thread state is reset.
Source files for standard library extension modules, and former extension modules that are now builtin modules.