mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Remove sys_* defines that are internal only and about to disappear
This commit is contained in:
parent
9218b70bdc
commit
4a43cc67db
1 changed files with 0 additions and 3 deletions
|
@ -64,9 +64,6 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
#define TrueObject _Py_TrueStruct
|
||||
#define debugging Py_DebugFlag
|
||||
#define gram _PyParser_Grammar
|
||||
#define sys_profile _PySys_ProfileFunc
|
||||
#define sys_trace _PySys_TraceFunc
|
||||
#define sys_checkinterval _PySys_CheckInterval
|
||||
#define threads_started _PyThread_Started
|
||||
#define tok_name _PyParser_TokenNames
|
||||
#define verbose Py_VerboseFlag
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue