mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
[3.13] Use roles :data: and :const: for referencing module variables (GH-129507) (GH-129649)
(cherry picked from commit 078ab828b9
)
This commit is contained in:
parent
08b045c438
commit
4cf3e80eee
17 changed files with 35 additions and 35 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