aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Include/internal/pycore_pythonrun.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/internal/pycore_pythonrun.h')
-rw-r--r--Include/internal/pycore_pythonrun.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/internal/pycore_pythonrun.h b/Include/internal/pycore_pythonrun.h
index 0bfc5704dc4..7daed1326af 100644
--- a/Include/internal/pycore_pythonrun.h
+++ b/Include/internal/pycore_pythonrun.h
@@ -25,6 +25,7 @@ extern int _PyRun_InteractiveLoopObject(
PyObject *filename,
PyCompilerFlags *flags);
+extern int _PyObject_SupportedAsScript(PyObject *);
extern const char* _Py_SourceAsString(
PyObject *cmd,
const char *funcname,