Issue #9012: "Separate compilation of time and datetime modules."
Segregated code shared between time and datetime modules into Modules/_time.c. Added a new header file, Modules/_time.h, which will be used instead of Include/timefuncs.h for declarations shared between time and datetime modules.
Showing
Modules/_time.c
0 → 100644
Modules/_time.h
0 → 100644
Please register or sign in to comment