summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-11-16 21:09:34 (GMT)
committerGitHub <noreply@github.com>2023-11-16 21:09:34 (GMT)
commit8e37445044ffcbeedabe495bbc413b2f50b5b713 (patch)
treec3a0abba1bd3cc6beda70eaeb543ac988ed4d8d4
parent2ef3676a5bb8fba531fb8237ce50c27ebe37fb96 (diff)
downloadcpython-8e37445044ffcbeedabe495bbc413b2f50b5b713.zip
cpython-8e37445044ffcbeedabe495bbc413b2f50b5b713.tar.gz
cpython-8e37445044ffcbeedabe495bbc413b2f50b5b713.tar.bz2
[3.12] Remove `imp_dummy_def` from `Tools/c-analyzer/cpython/ignored.tsv` (gh-112122) (gh-112177)
It was removed in 3.12, no need to keep the ignore. (cherry picked from commit 762eb58220992d1ab809b9a281d47c0cd48a5aec) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
-rw-r--r--Tools/c-analyzer/cpython/ignored.tsv1
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/c-analyzer/cpython/ignored.tsv b/Tools/c-analyzer/cpython/ignored.tsv
index 629a9a1..9f36c47 100644
--- a/Tools/c-analyzer/cpython/ignored.tsv
+++ b/Tools/c-analyzer/cpython/ignored.tsv
@@ -550,7 +550,6 @@ Modules/_testmultiphase.c - def_nonascii_latin -
Modules/_testmultiphase.c - def_nonmodule -
Modules/_testmultiphase.c - def_nonmodule_with_exec_slots -
Modules/_testmultiphase.c - def_nonmodule_with_methods -
-Modules/_testmultiphase.c - imp_dummy_def -
Modules/_testmultiphase.c - main_def -
Modules/_testmultiphase.c - main_slots -
Modules/_testmultiphase.c - meth_state_access_slots -