File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,8 @@ falls into one of several categories:
1111* module state
1212* Python runtime state
1313
14- The ignored-globals.txt file is organized similarly. Of the different
15- categories, the last two are problematic and generally should not exist
16- in the codebase.
14+ Of the different categories, the last two are problematic and
15+ generally should not exist in the codebase.
1716
1817Globals that hold module state (i.e. in Modules/*.c) cause problems
1918when multiple interpreters are in use. For more info, see PEP 3121,
@@ -42,4 +41,3 @@ You can also use the more generic tool:
4241
4342If it reports any globals then they should be resolved. If the globals
4443are runtime state then they should be folded into _PyRuntimeState.
45- Otherwise they should be added to ignored-globals.txt.
You can’t perform that action at this time.
0 commit comments