File tree 1 file changed +2
-4
lines changed
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:
11
11
* module state
12
12
* Python runtime state
13
13
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.
17
16
18
17
Globals that hold module state (i.e. in Modules/*.c) cause problems
19
18
when multiple interpreters are in use. For more info, see PEP 3121,
@@ -42,4 +41,3 @@ You can also use the more generic tool:
42
41
43
42
If it reports any globals then they should be resolved. If the globals
44
43
are 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