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 8ae6bae commit bc78288Copy full SHA for bc78288
Doc/extending/extending.rst
@@ -483,8 +483,8 @@ optionally followed by an import of the module::
483
.. note::
484
485
If you need to define *static* extension types rather than heap-allocated
486
- types, the :c:data:`Py_mod_multiple_interpreters` slot in the example should
487
- be ``Py_MOD_MULTIPLE_INTERPRETERS_NOT_SUPPORTED}``. Without it, the module
+ types, the :c:data:`Py_mod_multiple_interpreters` slot in the examples should
+ be ``Py_MOD_MULTIPLE_INTERPRETERS_NOT_SUPPORTED``. Without it, the module
488
can create the same problems as the legacy single-phase initialization, when
489
removing entries from ``sys.modules`` or importing compiled modules into
490
multiple interpreters within a process (or following a :c:func:`fork` without an
0 commit comments