mirror of
https://github.com/python/cpython.git
synced 2024-11-24 08:52:25 +01:00
d95a586d77
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.
4 lines
138 B
C
4 lines
138 B
C
/* XXX: It is probably best to move timefuncs.h content in here, and
|
|
remove it but user code may rely on it. */
|
|
#include "timefuncs.h"
|