Message125012
| Author | ned.deily |
|---|---|
| Recipients | Alexander.Belopolsky, l0nwlf, ned.deily, sandro.tosi, wsanchez |
| Date | 2011-01-01.22:36:35 |
| SpamBayes Score | 9.186274e-07 |
| Marked as misclassified | No |
| Message-id | <1293921397.78.0.431492628484.issue8013@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
It's still a problem on OS X at least and is 64-bit related: $ arch -i386 /usr/local/bin/python3.2 -c 'import time;print(time.asctime(time.gmtime(1e12)))' Traceback (most recent call last): File "<string>", line 1, in <module> ValueError: timestamp out of range for platform time_t $ arch -x86_64 /usr/local/bin/python3.2 -c 'import time;print(time.asctime(time.gmtime(1e12)))' Segmentation fault |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-01-01 22:36:37 | ned.deily | set | recipients: + ned.deily, wsanchez, sandro.tosi, Alexander.Belopolsky, l0nwlf |
| 2011-01-01 22:36:37 | ned.deily | set | messageid: <1293921397.78.0.431492628484.issue8013@psf.upfronthosting.co.za> |
| 2011-01-01 22:36:36 | ned.deily | link | issue8013 messages |
| 2011-01-01 22:36:36 | ned.deily | create | |