summaryrefslogtreecommitdiff
path: root/Include/cpython
diff options
context:
space:
mode:
Diffstat (limited to 'Include/cpython')
-rw-r--r--Include/cpython/modsupport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/cpython/modsupport.h b/Include/cpython/modsupport.h
index 591dcb1329..d8458923b3 100644
--- a/Include/cpython/modsupport.h
+++ b/Include/cpython/modsupport.h
@@ -51,6 +51,7 @@ PyAPI_FUNC(PyObject **) _Py_VaBuildStack(
Py_ssize_t *p_nargs);
typedef struct _PyArg_Parser {
+ int initialized;
const char *format;
const char * const *keywords;
const char *fname;