Skip to content

Commit e32099a

Browse files
authored
Merge branch 'main' into wasi-preview2
2 parents 6a08a1d + 88b5c66 commit e32099a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Tools/c-analyzer/README

+2-4
Original file line numberDiff line numberDiff 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

1817
Globals that hold module state (i.e. in Modules/*.c) cause problems
1918
when multiple interpreters are in use. For more info, see PEP 3121,
@@ -42,4 +41,3 @@ You can also use the more generic tool:
4241

4342
If it reports any globals then they should be resolved. If the globals
4443
are runtime state then they should be folded into _PyRuntimeState.
45-
Otherwise they should be added to ignored-globals.txt.

0 commit comments

Comments
 (0)