[issue6607] asctime causing python to crash

2009-07-30 Thread Amir Habibi
New submission from Amir Habibi a...@aryosys.com: I use: Python 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit (Intel)] on win32 import time asctime((2009, 1, 1, 24, 0, 0, 0, 0, 0)) the 24 is a wrong parameter but it should'n't crash the engine. This may be the side effect

[issue6608] asctime causing python to crash

2009-07-30 Thread Amir Habibi
New submission from Amir Habibi a...@aryosys.com: I use: Python 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit (Intel)] on win32 import time time.asctime((2009, 1, 1, 24, 0, 0, 0, 0, 0)) the 24 is a wrong parameter but it should'n't crash the engine. This may be the side effect