diff --git a/recipes/python3crystax/config.c.3.9 b/recipes/python3crystax/config.c.3.9 index 382b5b0..98ea8f2 100644 --- a/recipes/python3crystax/config.c.3.9 +++ b/recipes/python3crystax/config.c.3.9 @@ -26,6 +26,7 @@ extern PyObject* PyInit__thread(void); extern PyObject* PyInit__codecs(void); extern PyObject* PyInit__weakref(void); extern PyObject* PyInit_xxsubtype(void); +extern PyObject* PyInit__xxsubinterpreters(void); extern PyObject* PyInit__random(void); extern PyObject* PyInit_itertools(void); extern PyObject* PyInit__collections(void); @@ -102,6 +103,7 @@ struct _inittab _PyImport_Inittab[] = { {"_functools", PyInit__functools}, {"xxsubtype", PyInit_xxsubtype}, + {"_xxsubinterpreters", PyInit__xxsubinterpreters}, {"zlib", PyInit_zlib}, /* CJK codecs */