diff options
Diffstat (limited to 'Programs/_testembed.c')
-rw-r--r-- | Programs/_testembed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Programs/_testembed.c b/Programs/_testembed.c index 3ed42d67f8..027de48454 100644 --- a/Programs/_testembed.c +++ b/Programs/_testembed.c @@ -306,7 +306,7 @@ dump_config(void) exit(1); \ } - PyInterpreterState *interp = PyThreadState_Get()->interp; + PyInterpreterState *interp = _PyInterpreterState_Get(); _PyCoreConfig *config = &interp->core_config; printf("install_signal_handlers = %i\n", config->install_signal_handlers); |