8000 gh-108223: Document --disable-gil flag in configure by colesbury · Pull Request #108236 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-108223: Document --disable-gil flag in configure #108236

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Aug 21, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
gh-108223: Document --disable-gil flag in configure
  • Loading branch information
colesbury committed Aug 21, 2023
commit 1c43a5aa3b36b86674c203179c70d661a0f3e8a1
7 changes: 7 additions & 0 deletions Doc/using/configure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,13 @@ General Options

.. versionadded:: 3.11

.. cmdoption:: --disable-gil

Enables experimental support for running Python without the global
interpreter lock (GIL).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should add a reference to the related PEP:

See :pep:`703` "Making the Global Interpreter Lock Optional in CPython".


.. versionadded:: 3.13

WebAssembly Options
-------------------

Expand Down
0