8000 gh-93649: Split pytime and datetime tests from _testcapimodule.c (#99… · python/cpython@ee821dc · GitHub
[go: up one dir, main page]

Skip to content

Commit ee821dc

Browse files
gh-93649: Split pytime and datetime tests from _testcapimodule.c (#99494)
1 parent 1df0752 commit ee821dc

File tree

7 files changed

+744
-678
lines changed

7 files changed

+744
-678
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 _testcapi/unicode.c _testcapi/getargs.c
172+
@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
173173

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

0 commit comments

Comments
 (0)
0