1. 21 Oct, 2015 2 commits
  2. 20 Oct, 2015 7 commits
  3. 19 Oct, 2015 9 commits
  4. 18 Oct, 2015 3 commits
  5. 17 Oct, 2015 4 commits
  6. 16 Oct, 2015 3 commits
  7. 14 Oct, 2015 7 commits
  8. 13 Oct, 2015 4 commits
  9. 12 Oct, 2015 1 commit
    • Victor Stinner's avatar
      sys.setrecursionlimit() now raises RecursionError · 50856d5a
      Victor Stinner authored
      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.
      50856d5a