Skip to content

Commit 312bff1

Browse files
committed
Add Windows configuration equivalents
1 parent 77f7b9b commit 312bff1

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Doc/library/sys.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,13 @@ always available. Unless explicitly noted otherwise, all variables are read-only
3232

3333
*free_threaded* is a boolean indicating whether the interpreter supports
3434
running in free-threaded mode (i.e. with the GIL disabled).
35-
This reflects the presence of the :option:`--disable-gil` configure option.
35+
This reflects the presence of the :option:`--disable-gil` configure option,
36+
or the setting of the `DisableGil` property on Windows, respectively.
3637

3738
*debug* is a boolean indicating whether the interpreter was built in
3839
:ref:`debug mode <debug-build>`.
39-
This reflects the presence of the :option:`--with-pydebug` configure option.
40+
This reflects the presence of the :option:`--with-pydebug` configure option,
41+
or the `Debug` configuration on Windows, respectively.
4042

4143
*byteorder* is a string indicating the native byte order, either ``'big'`` or
4244
``'little'``.

0 commit comments

Comments
 (0)