[issue11735] Python Crash on strftime with %f

2011-03-31 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: This is a duplicate of issue10762, and only concerns the Windows C runtime library. -- nosy: +amaury.forgeotdarc resolution: -> duplicate status: open -> closed superseder: -> strftime('%f') segfault ___ Pyt

[issue11735] Python Crash on strftime with %f

2011-03-31 Thread Santoso Wijaya
Santoso Wijaya added the comment: Hm, I can't reproduce this on darwin: Python 2.7.1 (r271:86832, Jan 26 2011, 19:17:30) [GCC 4.2.1 (Apple Inc. build 5664)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import time >>> time.strftime('%m/%d/%Y %H:%M:%S:%f'

[issue11735] Python Crash on strftime with %f

2011-03-31 Thread mangeletti
New submission from mangeletti : Win XP 32 bit 2.7.4 >>> import time >>> time.strftime('%m/%d/%Y %H:%M:%S') '03/31/2011 20:04:52' >>> # ^^^ works fine >>> time.strftime('%m/%d/%Y %H:%M:%S:%f') # Oops, forgot `time.strftime` >>> doesn't provide microseconds Python crashes Error Signature (sor