File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -165,11 +165,11 @@ Context variables
165
165
-----------------
166
166
167
167
In the free-threaded build, the flag :data: `~sys.flags.thread_inherit_context `
168
- is set to true by default. In the default GIL-enabled build, the flag
169
- defaults to false. This will cause threads created with
168
+ is set to true by default which causes threads created with
170
169
:class: `threading.Thread ` to start with a copy of the
171
170
:class: `~contextvars.Context() ` of the caller of
172
- :meth: `~threading.Thread.start `. If the flag is false, threads start with an
171
+ :meth: `~threading.Thread.start `. In the default GIL-enabled build, the flag
172
+ defaults to false so threads start with an
173
173
empty :class: `~contextvars.Context() `.
174
174
175
175
You can’t perform that action at this time.
0 commit comments