]> granicus.if.org Git - python/commit
Issue #9012: "Separate compilation of time and datetime modules."
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Wed, 16 Jun 2010 22:38:15 +0000 (22:38 +0000)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Wed, 16 Jun 2010 22:38:15 +0000 (22:38 +0000)
commitd95a586d7760731c6c842a1bdfdbb572257bb8ed
tree252a1a2c0b5165ed85414163a6afa3a70bfb3c6c
parent294f27141f170a09916341a8fcc49903b8e4359e
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.
Modules/_time.c [new file with mode: 0644]
Modules/_time.h [new file with mode: 0644]
Modules/timemodule.c
setup.py