Victor Stinner 36456df138
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.
2019-06-25 03:01:08 +02:00
..
2016-09-07 09:26:18 -07:00
2019-06-18 15:36:34 +09:00
2017-09-14 18:13:16 -07:00

Miscellaneous source files for the main Python shared library