summaryrefslogtreecommitdiffstats
path: root/Include/coreconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/coreconfig.h')
-rw-r--r--Include/coreconfig.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Include/coreconfig.h b/Include/coreconfig.h
index ff7b684..a7d3983 100644
--- a/Include/coreconfig.h
+++ b/Include/coreconfig.h
@@ -358,9 +358,10 @@ PyAPI_FUNC(int) _PyCoreConfig_GetEnvDup(
wchar_t **dest,
wchar_t *wname,
char *name);
-#endif
-
+/* Used by _testcapi.get_coreconfig() */
+PyAPI_FUNC(PyObject *) _PyCoreConfig_AsDict(const _PyCoreConfig *config);
+#endif
#ifdef __cplusplus
}