diff options
author | Petr Viktorin <encukou@gmail.com> | 2024-09-20 08:27:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-20 08:27:34 (GMT) |
commit | aee219f4558dda619bd86e4b0e028ce47a5e4b77 (patch) | |
tree | e5dce2eb3fb98831d5367f556e2e8c83408b0617 /Tools/c-analyzer | |
parent | 3e36e5aef18e326f5d1081d73ee8d8fefa1d82f8 (diff) | |
download | cpython-aee219f4558dda619bd86e4b0e028ce47a5e4b77.zip cpython-aee219f4558dda619bd86e4b0e028ce47a5e4b77.tar.gz cpython-aee219f4558dda619bd86e4b0e028ce47a5e4b77.tar.bz2 |
gh-123880: Allow recursive import of single-phase-init modules (GH-123950)
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
Co-authored-by: Brett Cannon <brett@python.org>
Diffstat (limited to 'Tools/c-analyzer')
-rw-r--r-- | Tools/c-analyzer/cpython/ignored.tsv | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/c-analyzer/cpython/ignored.tsv b/Tools/c-analyzer/cpython/ignored.tsv index fabb5de..b002ada 100644 --- a/Tools/c-analyzer/cpython/ignored.tsv +++ b/Tools/c-analyzer/cpython/ignored.tsv @@ -590,6 +590,7 @@ Modules/_testmultiphase.c - slots_nonmodule_with_exec_slots - Modules/_testmultiphase.c - testexport_methods - Modules/_testmultiphase.c - uninitialized_def - Modules/_testsinglephase.c - global_state - +Modules/_testsinglephase.c - static_module_circular - Modules/_xxtestfuzz/_xxtestfuzz.c - _fuzzmodule - Modules/_xxtestfuzz/_xxtestfuzz.c - module_methods - Modules/_xxtestfuzz/fuzzer.c - RE_FLAG_DEBUG - |