We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b484c32 commit c490ffbCopy full SHA for c490ffb
Include/internal/pycore_initconfig.h
@@ -153,10 +153,8 @@ typedef enum {
153
} _PyConfigInitEnum;
154
155
typedef enum {
156
- /* For now, this means the GIL is enabled.
157
-
158
- gh-116329: This will eventually change to "the GIL is disabled but can
159
- be re-enabled by loading an incompatible extension module." */
+ /* In free threaded builds, this means that the GIL is disabled at startup,
+ but may be enabled by loading an incompatible extension module. */
160
_PyConfig_GIL_DEFAULT = -1,
161
162
/* The GIL has been forced off or on, and will not be affected by module loading. */
0 commit comments