commit | c5fa796619a8cae5a1a8a4a043d05a99adec713d | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Sun Mar 10 21:19:47 2024 +0100 |
committer | GitHub <noreply@github.com> | Sun Mar 10 20:19:47 2024 +0000 |
tree | 246bac2231b8beb34749aa980fef592422c47799 | |
parent | 729bfb3105c7ca2ad6150a6207786096732c3b9e [diff] |
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.