diff options
Diffstat (limited to 'Include/internal/pycore_context.h')
-rw-r--r-- | Include/internal/pycore_context.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Include/internal/pycore_context.h b/Include/internal/pycore_context.h index 31ca0a43fa..1bf4e8f3ee 100644 --- a/Include/internal/pycore_context.h +++ b/Include/internal/pycore_context.h @@ -8,9 +8,11 @@ #include "pycore_hamt.h" /* PyHamtObject */ +extern PyTypeObject _PyContextTokenMissing_Type; + /* runtime lifecycle */ -PyStatus _PyContext_InitTypes(PyInterpreterState *); +PyStatus _PyContext_Init(PyInterpreterState *); void _PyContext_Fini(PyInterpreterState *); |