1. 25 Jun, 2019 1 commit
    • Victor Stinner's avatar
      bpo-37392: Remove sys.setcheckinterval() (GH-14355) · 36456df1
      Victor Stinner authored
      Remove sys.getcheckinterval() and sys.setcheckinterval() functions.
      They were deprecated since Python 3.2. Use sys.getswitchinterval()
      and sys.setswitchinterval() instead.
      
      Remove also check_interval field of the PyInterpreterState structure.
      36456df1
  2. 24 Jun, 2019 12 commits
  3. 23 Jun, 2019 1 commit
  4. 22 Jun, 2019 5 commits
  5. 21 Jun, 2019 10 commits
  6. 20 Jun, 2019 7 commits
  7. 19 Jun, 2019 4 commits