diff options
author | Victor Stinner <vstinner@redhat.com> | 2019-06-25 03:01:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-25 03:01:08 +0200 |
commit | 36456df13843c5b8a1fb5a6022ab9ed1fe2a11c5 (patch) | |
tree | 72d392c36e3deeff6a76966ecffca4623a1e72d6 /Python/dynamic_annotations.c | |
parent | 9fc720e5e4f772598013ea48a3f0d22b2b6b04fa (diff) | |
download | cpython-git-36456df13843c5b8a1fb5a6022ab9ed1fe2a11c5.tar.gz |
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.
Diffstat (limited to 'Python/dynamic_annotations.c')
0 files changed, 0 insertions, 0 deletions