Alexander Belopolsky <belopol...@users.sourceforge.net> added the comment:

_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.

----------
Added file: http://bugs.python.org/file17854/issue9012a.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9012>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to