Message109219
| 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:10 | belopolsky | set | recipients: + belopolsky, loewis, brett.cannon, doko, mark.dickinson, vstinner |
| 2010-07-04 14:15:10 | belopolsky | set | messageid: <1278252910.17.0.153563120434.issue9012@psf.upfronthosting.co.za> |
| 2010-07-04 14:15:08 | belopolsky | link | issue9012 messages |
| 2010-07-04 14:15:07 | belopolsky | create | |