mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
sys.check_interval=x -> sys.setcheckinterval(x)
This commit is contained in:
parent
e791c2e441
commit
a0d7a23398
2 changed files with 14 additions and 0 deletions
|
@ -36,6 +36,7 @@ FILE *sysgetfile PROTO((char *, FILE *));
|
|||
void initsys PROTO((void));
|
||||
|
||||
extern DL_IMPORT object *sys_trace, *sys_profile;
|
||||
extern DL_IMPORT int sys_checkinterval;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue