Skip to content

Commit

Permalink
Fix make check-c-globals
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Jan 29, 2025
1 parent 47892b7 commit bd6adbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/c-analyzer/cpython/ignored.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,7 @@ Modules/_testcapi/datetime.c - test_run_counter -
Modules/_testcapi/docstring.c - DocStringNoSignatureTest -
Modules/_testcapi/docstring.c - DocStringUnrepresentableSignatureTest -
Modules/_testcapi/exceptions.c - PyRecursingInfinitelyError_Type -
Modules/_testcapi/hash.c - _HashInheritanceTester_Type -
Modules/_testcapi/heaptype.c - _testcapimodule -
Modules/_testcapi/mem.c - FmData -
Modules/_testcapi/mem.c - FmHook -
Expand Down Expand Up @@ -500,7 +501,6 @@ Modules/_testcapimodule.c - MyList_Type -
Modules/_testcapimodule.c - PyRecursingInfinitelyError_Type -
Modules/_testcapimodule.c - TestError -
Modules/_testcapimodule.c - TestMethods -
Modules/_testcapimodule.c - _HashInheritanceTester_Type -
Modules/_testcapimodule.c - _testcapimodule -
Modules/_testcapimodule.c - awaitType -
Modules/_testcapimodule.c - awaitType_as_async -
Expand Down

0 comments on commit bd6adbe

Please sign in to comment.