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 vstinner
Recipients Alexander.Belopolsky, SilentGhost, Trundle, belopolsky, georg.brandl, l0nwlf, ned.deily, sandro.tosi, vstinner, wsanchez
Date 2011-01-02.21:53:53
SpamBayes Score 3.7893258e-07
Marked as misclassified No
Message-id <1294005240.47.0.485203233664.issue8013@psf.upfronthosting.co.za>
In-reply-to
Content
> Sasha, commit is not working.

I suppose that the fix for the segfault is correct. The problem on Linux is the new test: asc

>>> import time; time.asctime((12345, 1, 0, 0, 0, 0, 0, 0, 0))
'Mon Jan  1 00:00:00 12345\n'

asctime() of the GNU libc doesn't fail. The test should maybe just calls the function without checking the result and ignores the exception.
History
Date User Action Args
2011-01-02 21:54:00vstinnersetrecipients: + vstinner, georg.brandl, belopolsky, wsanchez, ned.deily, Trundle, SilentGhost, sandro.tosi, Alexander.Belopolsky, l0nwlf
2011-01-02 21:54:00vstinnersetmessageid: <1294005240.47.0.485203233664.issue8013@psf.upfronthosting.co.za>
2011-01-02 21:53:53vstinnerlinkissue8013 messages
2011-01-02 21:53:53vstinnercreate