File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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' ``.
You can’t perform that action at this time.
0 commit comments