Skip to content

Commit a90dd54

Browse files
committed
add docs
1 parent b39ff67 commit a90dd54

File tree

1 file changed

+10
-0
lines changed
  • docs/api/rules_python/python/config_settings

1 file changed

+10
-0
lines changed

docs/api/rules_python/python/config_settings/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,16 @@ Values:
149149
:::
150150
::::
151151

152+
::::{bzl:flag} py_freethreaded
153+
Set whether to use an interpreter with the experimental freethreaded option set to true.
154+
155+
Values:
156+
* `no`: Use regular Python toolchains, default.
157+
* `yes`: Use the experimental Python toolchain with freethreaded compile option enabled.
158+
:::{versionadded} 0.38.0
159+
:::
160+
::::
161+
152162
::::{bzl:flag} pip_whl
153163
Set what distributions are used in the `pip` integration.
154164

0 commit comments

Comments
 (0)