summaryrefslogtreecommitdiffstats
path: root/Modules/_xxsubinterpretersmodule.c
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2021-10-15 09:56:34 (GMT)
committerGitHub <noreply@github.com>2021-10-15 09:56:34 (GMT)
commit063abd931f064a4b6b478b0b6e9aa13ee38d2cff (patch)
tree76897378967a143a78c18965e4e836224ba98eb9 /Modules/_xxsubinterpretersmodule.c
parent59a633d3e2071d65aa6638da5cf767a5c1310271 (diff)
downloadcpython-063abd931f064a4b6b478b0b6e9aa13ee38d2cff.zip
cpython-063abd931f064a4b6b478b0b6e9aa13ee38d2cff.tar.gz
cpython-063abd931f064a4b6b478b0b6e9aa13ee38d2cff.tar.bz2
bpo-35081: Move interpreteridobject.h to Include/internal/ (GH-28969)
Move the interpreteridobject.h header file from Include/ to Include/internal/. It only provides private functions.
Diffstat (limited to 'Modules/_xxsubinterpretersmodule.c')
-rw-r--r--Modules/_xxsubinterpretersmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_xxsubinterpretersmodule.c b/Modules/_xxsubinterpretersmodule.c
index 939114e..b5c0a63 100644
--- a/Modules/_xxsubinterpretersmodule.c
+++ b/Modules/_xxsubinterpretersmodule.c
@@ -6,7 +6,7 @@
#include "frameobject.h"
#include "pycore_frame.h"
#include "pycore_pystate.h" // _PyThreadState_GET()
-#include "interpreteridobject.h"
+#include "pycore_interpreteridobject.h"
static char *