This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients belopolsky, brett.cannon, doko, loewis, mark.dickinson, vstinner
Date 2010-07-04.14:15:05
SpamBayes Score 0.018227302
Marked as misclassified No
Message-id <1278252910.17.0.153563120434.issue9012@psf.upfronthosting.co.za>
In-reply-to
Content
_time.c is not supposed to be compiled into an extension.  It is similar to _math.c - if you add a line

_math _math.c

to Setup, you get a similar compile error. What needs to be done, however, is to add _time.c to time and datetime lines.  See issue9012a.diff.
History
Date User Action Args
2010-07-04 14:15:10belopolskysetrecipients: + belopolsky, loewis, brett.cannon, doko, mark.dickinson, vstinner
2010-07-04 14:15:10belopolskysetmessageid: <1278252910.17.0.153563120434.issue9012@psf.upfronthosting.co.za>
2010-07-04 14:15:08belopolskylinkissue9012 messages
2010-07-04 14:15:07belopolskycreate