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 BreamoreBoy
Recipients BreamoreBoy, JohnLeitch, belopolsky, brycedarling, lemburg, vstinner
Date 2015-09-04.23:08:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441408084.49.0.0710450725023.issue24917@psf.upfronthosting.co.za>
In-reply-to
Content
I have tried the reproducer on Windows 10 with 2.6, 2.7, 3.3, 3.4, 3.5 and 3.6.  In every case I got this.

C:\py -3.4 -c"from time import *;strftime('AA%'*0x10000)"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ValueError: Invalid format string
History
Date User Action Args
2015-09-04 23:08:04BreamoreBoysetrecipients: + BreamoreBoy, lemburg, belopolsky, vstinner, JohnLeitch, brycedarling
2015-09-04 23:08:04BreamoreBoysetmessageid: <1441408084.49.0.0710450725023.issue24917@psf.upfronthosting.co.za>
2015-09-04 23:08:04BreamoreBoylinkissue24917 messages
2015-09-04 23:08:04BreamoreBoycreate