diff options
author | neonene <53406459+neonene@users.noreply.github.com> | 2024-04-10 11:00:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-10 11:00:01 (GMT) |
commit | ef4118222b6d5f4532a2f1e234ba03955348d2a1 (patch) | |
tree | c42c04122f29aac693d4884b78e2ea92153b7a7a /Tools | |
parent | 4bb7d121bc0a3fd00a3c72cd915b5dd8fac5616e (diff) | |
download | cpython-ef4118222b6d5f4532a2f1e234ba03955348d2a1.zip cpython-ef4118222b6d5f4532a2f1e234ba03955348d2a1.tar.gz cpython-ef4118222b6d5f4532a2f1e234ba03955348d2a1.tar.bz2 |
gh-117142: Port _ctypes to multi-phase init (GH-117181)
Diffstat (limited to 'Tools')
-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 965346b..e0ae390 100644 --- a/Tools/c-analyzer/cpython/ignored.tsv +++ b/Tools/c-analyzer/cpython/ignored.tsv @@ -198,6 +198,7 @@ Python/pystate.c - _Py_tss_tstate - Include/internal/pycore_blocks_output_buffer.h - BUFFER_BLOCK_SIZE - Modules/_csv.c - quote_styles - +Modules/_ctypes/_ctypes.c - _ctypesmodule - Modules/_ctypes/cfield.c - ffi_type_double - Modules/_ctypes/cfield.c - ffi_type_float - Modules/_ctypes/cfield.c - ffi_type_longdouble - |