We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_testclinic_limited
_testlimitedcapi
1 parent 1f13e09 commit daae3dbCopy full SHA for daae3db
cpython-windows/build.py
@@ -1163,15 +1163,17 @@ def collect_python_build_artifacts(
1163
"_ctypes_test",
1164
"_testbuffer",
1165
"_testcapi",
1166
+ "_testclinic_limited",
1167
"_testclinic",
1168
"_testconsole",
1169
"_testembed",
1170
"_testimportmultiple",
1171
"_testinternalcapi",
- "_testsinglephase",
1172
+ "_testlimitedcapi",
1173
"_testmultiphase",
- "xxlimited",
1174
+ "_testsinglephase",
1175
"xxlimited_35",
1176
+ "xxlimited",
1177
}
1178
1179
other_projects = {"pythoncore"}
0 commit comments