diff options
author | Erlend E. Aasland <erlend.aasland@protonmail.com> | 2022-11-15 07:17:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-15 07:17:52 (GMT) |
commit | ee821dcd3961efc47262322848267fe398faa4e4 (patch) | |
tree | adc9aade39b45979d729efcd39ffeaa0480462a3 /Modules/Setup.stdlib.in | |
parent | 1df0752b4d49103654abbc75c06b4dc0cf99de1c (diff) | |
download | cpython-ee821dcd3961efc47262322848267fe398faa4e4.zip cpython-ee821dcd3961efc47262322848267fe398faa4e4.tar.gz cpython-ee821dcd3961efc47262322848267fe398faa4e4.tar.bz2 |
gh-93649: Split pytime and datetime tests from _testcapimodule.c (#99494)
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 b672ea9..e250f83 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 _testcapi/unicode.c _testcapi/getargs.c +@MODULE__TESTCAPI_TRUE@_testcapi _testcapimodule.c _testcapi/vectorcall.c _testcapi/vectorcall_limited.c _testcapi/heaptype.c _testcapi/unicode.c _testcapi/getargs.c _testcapi/pytime.c _testcapi/datetime.c # Some testing modules MUST be built as shared libraries. *shared* |