diff options
author | Victor Stinner <vstinner@python.org> | 2024-03-12 00:46:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-12 00:46:53 (GMT) |
commit | 3cc5ae5c2c6e729ca2750ed490dad56faa7c342d (patch) | |
tree | 3202d637774b9d570f1f256d532d90bec7206573 /Tools/c-analyzer | |
parent | ba13215eb1ec20b6af10e3fcee7a725bd7a7f83e (diff) | |
download | cpython-3cc5ae5c2c6e729ca2750ed490dad56faa7c342d.zip cpython-3cc5ae5c2c6e729ca2750ed490dad56faa7c342d.tar.gz cpython-3cc5ae5c2c6e729ca2750ed490dad56faa7c342d.tar.bz2 |
gh-85283: Convert grp extension to the limited C API (#116611)
posixmodule.h: remove check on the limited C API, since these helpers
are not part of the public C API.
Diffstat (limited to 'Tools/c-analyzer')
-rw-r--r-- | Tools/c-analyzer/cpython/ignored.tsv | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/c-analyzer/cpython/ignored.tsv b/Tools/c-analyzer/cpython/ignored.tsv index 682dcea..0024e26 100644 --- a/Tools/c-analyzer/cpython/ignored.tsv +++ b/Tools/c-analyzer/cpython/ignored.tsv @@ -740,3 +740,5 @@ Modules/expat/xmlrole.c - error - Modules/_io/_iomodule.c - _PyIO_Module - Modules/_sqlite/module.c - _sqlite3module - Modules/clinic/md5module.c.h _md5_md5 _keywords - +Modules/clinic/grpmodule.c.h grp_getgrgid _keywords - +Modules/clinic/grpmodule.c.h grp_getgrnam _keywords - |