We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea3e33e commit 03d8f48Copy full SHA for 03d8f48
2 files changed
include/pybind11/detail/common.h
@@ -490,7 +490,8 @@ PyModuleDef_Init should be treated like any other PyObject (so not shared across
490
491
- ``mod_gil_not_used()``
492
- ``multiple_interpreters::per_interpreter_gil()``
493
- - ``multiple_interpreters::per_interprshareeter_gil()``
+ - ``multiple_interpreters::shared_gil()``
494
+ - ``multiple_interpreters::not_supported()``
495
496
.. code-block:: cpp
497
include/pybind11/embed.h
@@ -43,7 +43,8 @@
43
44
45
46
47
48
49
50
0 commit comments