• Victor Stinner's avatar
    bpo-37392: Remove sys.setcheckinterval() (GH-14355) · 36456df1
    Victor Stinner yazdı
    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.
    36456df1
Adı
Son kayıt (commit)
Son güncelleme
..
_warnings.c.h Loading commit data...
bltinmodule.c.h Loading commit data...
context.c.h Loading commit data...
import.c.h Loading commit data...
marshal.c.h Loading commit data...
sysmodule.c.h Loading commit data...
traceback.c.h Loading commit data...