aboutsummaryrefslogtreecommitdiff
path: root/Include/internal/pycore_runtime.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/internal/pycore_runtime.h')
-rw-r--r--Include/internal/pycore_runtime.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/Include/internal/pycore_runtime.h b/Include/internal/pycore_runtime.h
index a66a3cf3a3..038e6f8263 100644
--- a/Include/internal/pycore_runtime.h
+++ b/Include/internal/pycore_runtime.h
@@ -148,21 +148,6 @@ typedef struct pyruntimestate {
PyInterpreterState _main_interpreter;
} _PyRuntimeState;
-#define _PyThreadState_INIT \
- { \
- ._static = 1, \
- }
-#define _PyInterpreterState_INIT \
- { \
- ._static = 1, \
- ._initial_thread = _PyThreadState_INIT, \
- }
-#define _PyRuntimeState_INIT \
- { \
- .global_objects = _Py_global_objects_INIT, \
- ._main_interpreter = _PyInterpreterState_INIT, \
- }
-
/* other API */