bpo-37392: Remove sys.setcheckinterval() by vstinner · Pull Request #14355 · python/cpython

@vstinner

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.

serhiy-storchaka

lisroach pushed a commit to lisroach/cpython that referenced this pull request

Sep 10, 2019
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.

DinoV pushed a commit to DinoV/cpython that referenced this pull request

Jan 14, 2020
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.