mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +00:00
Use roles :data: and :const: for referencing module variables (GH-129507)
This commit is contained in:
parent
96ff4c2486
commit
078ab828b9
19 changed files with 39 additions and 39 deletions
|
@ -43,7 +43,7 @@ Identifying free-threaded Python
|
|||
================================
|
||||
|
||||
To check if the current interpreter supports free-threading, :option:`python -VV <-V>`
|
||||
and :attr:`sys.version` contain "experimental free-threading build".
|
||||
and :data:`sys.version` contain "experimental free-threading build".
|
||||
The new :func:`sys._is_gil_enabled` function can be used to check whether
|
||||
the GIL is actually disabled in the running process.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue