SIGN IN SIGN UP

bpo-37392: Remove sys.setcheckinterval() (GH-14355)

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.
V
Victor Stinner committed
36456df13843c5b8a1fb5a6022ab9ed1fe2a11c5
Parent: 9fc720e
Committed by GitHub <noreply@github.com> on 6/25/2019, 1:01:08 AM