Skip to content

Commit a28e67c

Browse files
authored
Cancel the prvious addition as needless
1 parent 2d10958 commit a28e67c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Doc/extending/extending.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1279,8 +1279,6 @@ function must take care of initializing the C API pointer array::
12791279

12801280
static PyModuleDef_Slot spam_module_slots[] = {
12811281
{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},
12841282
{0, NULL}
12851283
};
12861284

0 commit comments

Comments
 (0)