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 Viktor.Chynarov
Recipients BreamoreBoy, Viktor.Chynarov, kushal.das, r.david.murray, serhiy.storchaka
Date 2012-10-05.20:58:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349470681.27.0.357850317286.issue16137@psf.upfronthosting.co.za>
In-reply-to
Content
Serhiy, when I use a large number, Python also crashes.

>>> initial_struct_time = [tm for tm in time.localtime()]
>>> initial_struct_time[3] = 101
>>> faulty_time = time.asctime(initial_struct_time)

The above code leads to crash.

My Python version information and computer architecture are shown below:
Python 2.7.3 (default, Apr 10 2012, 23:24:47) [MSC v.1500 64 bit (AMD64)] on win32
History
Date User Action Args
2012-10-05 20:58:01Viktor.Chynarovsetrecipients: + Viktor.Chynarov, r.david.murray, BreamoreBoy, serhiy.storchaka, kushal.das
2012-10-05 20:58:01Viktor.Chynarovsetmessageid: <1349470681.27.0.357850317286.issue16137@psf.upfronthosting.co.za>
2012-10-05 20:58:01Viktor.Chynarovlinkissue16137 messages
2012-10-05 20:58:01Viktor.Chynarovcreate