mirror of
https://github.com/pybind/pybind11.git
synced 2026-03-14 20:27:47 +00:00
* Add documentation (advanced/misc) for mod_gil_not_used and multiple_interpreters options * Add some comparison of free-threading vs sub-interpreters * Formatting * Reword for clarity * style: pre-commit fixes * Suggested changes, including a long-winded explaination of parallelism in python today * Slight formatting updates and GPT suggested clarifications * Better section title * Update docs/advanced/misc.rst Copilot suggestion Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update docs/advanced/misc.rst Copilot suggestion Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update docs/advanced/misc.rst * Add a deadlock warning, and minor corrections * Rewrite the example to avoid free-threading risky behaviors * Oops, missed a line in the example --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>