mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Added Tabcheck flag.
This commit is contained in:
parent
327aff7864
commit
4d856ee652
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ extern DL_IMPORT(int) Py_OptimizeFlag;
|
|||
extern DL_IMPORT(int) Py_NoSiteFlag;
|
||||
extern DL_IMPORT(int) Py_UseClassExceptionsFlag;
|
||||
extern DL_IMPORT(int) Py_FrozenFlag;
|
||||
extern DL_IMPORT(int) Py_TabcheckFlag;
|
||||
|
||||
void Py_FatalError Py_PROTO((char *));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue