Update CPYTHON_SPECIFIC_MODS to include '_testlimitedcapi'

This commit is contained in:
2025-03-15 22:43:12 +09:00
committed by Jeong, YunWon
parent 2d3b125d51
commit 70a5774737

View File

@@ -97,8 +97,8 @@ PEP_594_MODULES = {
# CPython specific modules (mostly consisting of templates/tests)
CPYTHON_SPECIFIC_MODS = {
'xxmodule', 'xxsubtype', 'xxlimited', '_xxtestfuzz'
'_testbuffer', '_testcapi', '_testimportmultiple', '_testinternalcapi', '_testmultiphase',
'xxmodule', 'xxsubtype', 'xxlimited', '_xxtestfuzz',
'_testbuffer', '_testcapi', '_testimportmultiple', '_testinternalcapi', '_testmultiphase', '_testlimitedcapi'
}
IGNORED_MODULES = {"this", "antigravity"} | PEP_594_MODULES | CPYTHON_SPECIFIC_MODS