mirror of
https://github.com/python/cpython.git
synced 2025-07-09 20:35:26 +00:00
gh-116417: Fix make check-c-globals for _testlimitedcapi (#116570)
* Remove unused '_testcapimodule' global in Modules/_testcapi/unicode.c. * Update c-analyzer to not use the internal C API in _testlimitedcapi.c.
This commit is contained in:
parent
729bfb3105
commit
c5fa796619
3 changed files with 1 additions and 5 deletions
|
@ -7,6 +7,7 @@ from . import common as _common
|
|||
FILES_WITHOUT_INTERNAL_CAPI = frozenset((
|
||||
# Modules/
|
||||
'_testcapimodule.c',
|
||||
'_testlimitedcapi.c',
|
||||
'_testclinic_limited.c',
|
||||
'xxlimited.c',
|
||||
'xxlimited_35.c',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue