We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d10958 commit a28e67cCopy full SHA for a28e67c
1 file changed
Doc/extending/extending.rst
@@ -1279,8 +1279,6 @@ function must take care of initializing the C API pointer array::
1279
1280
static PyModuleDef_Slot spam_module_slots[] = {
1281
{Py_mod_exec, spam_module_exec},
1282
- // Just use this while using a local static variable
1283
- {Py_mod_multiple_interpreters, Py_MOD_MULTIPLE_INTERPRETERS_NOT_SUPPORTED},
1284
{0, NULL}
1285
};
1286
0 commit comments