mirror of https://github.com/python/cpython
5 lines
270 B
ReStructuredText
5 lines
270 B
ReStructuredText
Remove ``sys.getcheckinterval()`` and ``sys.setcheckinterval()`` functions.
|
|
They were deprecated since Python 3.2. Use :func:`sys.getswitchinterval` and
|
|
:func:`sys.setswitchinterval` instead. Remove also ``check_interval`` field of
|
|
the ``PyInterpreterState`` structure.
|