Files
cpython/Modules
Victor Stinner 50856d5ae7 sys.setrecursionlimit() now raises RecursionError
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.
2015-10-13 00:11:21 +02:00
..
2015-07-29 14:35:12 +02:00
2015-07-16 22:20:19 +02:00
2015-09-09 01:56:53 +00:00
2015-09-27 02:14:23 -07:00
2014-10-28 22:24:46 +01:00
2015-03-18 16:05:32 +01:00
2015-04-13 14:21:02 -04:00
2015-08-02 12:16:45 -07:00
2015-10-10 19:32:33 -07:00
2015-04-13 22:00:30 +02:00
2015-06-27 15:45:56 -05:00
2015-06-27 15:45:56 -05:00
2015-06-27 15:45:56 -05:00
2015-04-13 14:21:02 -04:00

Source files for standard library extension modules,
and former extension modules that are now builtin modules.