Skip to content

Commit 0f6cd30

Browse files
philg314encukou
authored andcommitted
gh-93649: Split unicode tests from _testcapimodule.c
1 parent 989d23e commit 0f6cd30

File tree

6 files changed

+705
-670
lines changed

6 files changed

+705
-670
lines changed

Modules/Setup.stdlib.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
@MODULE__XXTESTFUZZ_TRUE@_xxtestfuzz _xxtestfuzz/_xxtestfuzz.c _xxtestfuzz/fuzzer.c
170170
@MODULE__TESTBUFFER_TRUE@_testbuffer _testbuffer.c
171171
@MODULE__TESTINTERNALCAPI_TRUE@_testinternalcapi _testinternalcapi.c
172-
@MODULE__TESTCAPI_TRUE@_testcapi _testcapimodule.c _testcapi/vectorcall.c _testcapi/vectorcall_limited.c _testcapi/heaptype.c
172+
@MODULE__TESTCAPI_TRUE@_testcapi _testcapimodule.c _testcapi/vectorcall.c _testcapi/vectorcall_limited.c _testcapi/heaptype.c _testcapi/unicode.c
173173

174174
# Some testing modules MUST be built as shared libraries.
175175
*shared*

Modules/_testcapi/parts.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
int _PyTestCapi_Init_Vectorcall(PyObject *module);
44
int _PyTestCapi_Init_VectorcallLimited(PyObject *module);
55
int _PyTestCapi_Init_Heaptype(PyObject *module);
6+
int _PyTestCapi_Init_Unicode(PyObject *module);

0 commit comments

Comments
 (0)