diff options
author | Petr Viktorin <encukou@gmail.com> | 2022-08-10 07:10:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-10 07:10:25 (GMT) |
commit | 325ae93b6b7113cd4a4c2ce441615ae7def779e2 (patch) | |
tree | 159d54bf90b2356b49b85be00062190bb48b4ebf /Modules/Setup.stdlib.in | |
parent | 3ff6d9affb351292ad8530802e7c06f651520706 (diff) | |
download | cpython-325ae93b6b7113cd4a4c2ce441615ae7def779e2.zip cpython-325ae93b6b7113cd4a4c2ce441615ae7def779e2.tar.gz cpython-325ae93b6b7113cd4a4c2ce441615ae7def779e2.tar.bz2 |
gh-93649: Split unicode tests from _testcapimodule.c & add some more (GH-95819)
- Move PyUnicode tests to a separate file
- Add some more tests for PyUnicode_FromFormat
Co-authored-by: philg314 <110174000+philg314@users.noreply.github.com>
Diffstat (limited to 'Modules/Setup.stdlib.in')
-rw-r--r-- | Modules/Setup.stdlib.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Setup.stdlib.in b/Modules/Setup.stdlib.in index 908e6df..ac8959e 100644 --- a/Modules/Setup.stdlib.in +++ b/Modules/Setup.stdlib.in @@ -169,7 +169,7 @@ @MODULE__XXTESTFUZZ_TRUE@_xxtestfuzz _xxtestfuzz/_xxtestfuzz.c _xxtestfuzz/fuzzer.c @MODULE__TESTBUFFER_TRUE@_testbuffer _testbuffer.c @MODULE__TESTINTERNALCAPI_TRUE@_testinternalcapi _testinternalcapi.c -@MODULE__TESTCAPI_TRUE@_testcapi _testcapimodule.c _testcapi/vectorcall.c _testcapi/vectorcall_limited.c _testcapi/heaptype.c +@MODULE__TESTCAPI_TRUE@_testcapi _testcapimodule.c _testcapi/vectorcall.c _testcapi/vectorcall_limited.c _testcapi/heaptype.c _testcapi/unicode.c # Some testing modules MUST be built as shared libraries. *shared* |