File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -212,12 +212,6 @@ naturally:
212212 assert(locals["message"].cast<std::string>() == "1 + 2 = 3");
213213 }
214214
215- ``PYBIND11_EMBEDDED_MODULE `` also accepts
216- :func: `py::mod_gil_not_used() `,
217- :func: `py::multiple_interpreters::per_interpreter_gil() `, and
218- :func: `py::multiple_interpreters::shared_gil() ` tags just like ``PYBIND11_MODULE ``.
219- See :ref: `misc_subinterp ` and :ref: `misc_free_threading ` for more information.
220-
221215
222216 Interpreter lifetime
223217====================
Original file line number Diff line number Diff line change @@ -155,8 +155,6 @@ following checklist.
155155 within pybind11 that will throw exceptions on certain GIL handling errors
156156 (reference counting operations).
157157
158- .. _misc_free_threading :
159-
160158Free-threading support
161159==================================================================
162160
@@ -180,8 +178,6 @@ your code is thread safe. Modules must still be built against the Python free-t
180178enable free-threading, even if they specify this tag. Adding this tag does not break
181179compatibility with non-free-threaded Python.
182180
183- .. _misc_subinterp :
184-
185181Sub-interpreter support
186182==================================================================
187183
You can’t perform that action at this time.
0 commit comments