diff options
author | Nikita Sobolev <mail@sobolevn.me> | 2023-10-24 05:50:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-24 05:50:11 (GMT) |
commit | 4fbf20605bd70fb96711c92a0ce3309291ffd6fb (patch) | |
tree | a9a12d36d8e7eb28c953d77d0a3a47c76cd82b6e /Tools | |
parent | 47d3e2ed930a9f3d228aed4f62133737dae74cf7 (diff) | |
download | cpython-4fbf20605bd70fb96711c92a0ce3309291ffd6fb.zip cpython-4fbf20605bd70fb96711c92a0ce3309291ffd6fb.tar.gz cpython-4fbf20605bd70fb96711c92a0ce3309291ffd6fb.tar.bz2 |
gh-110572: Remove `test_*` from `_testcapi/getargs.c` (GH-111214)
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/c-analyzer/cpython/ignored.tsv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/c-analyzer/cpython/ignored.tsv b/Tools/c-analyzer/cpython/ignored.tsv index 66c77cd..d436886 100644 --- a/Tools/c-analyzer/cpython/ignored.tsv +++ b/Tools/c-analyzer/cpython/ignored.tsv @@ -530,7 +530,7 @@ Modules/_testcapimodule.c make_exception_with_doc kwlist - Modules/_testcapimodule.c raise_SIGINT_then_send_None PyId_send - Modules/_testcapimodule.c slot_tp_del PyId___tp_del__ - Modules/_testcapimodule.c test_capsule buffer - -Modules/_testcapimodule.c test_empty_argparse kwlist - +Modules/_testcapimodule.c getargs_empty kwlist - Modules/_testcapimodule.c test_structmembers_new keywords - Modules/_testcapimodule.c getargs_s_hash_int keywords - Modules/_testcapimodule.c - g_dict_watch_events - |