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 eryksun
Recipients MajeedArni, eryksun, r.david.murray
Date 2015-05-20.13:34:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432128868.95.0.0709723725391.issue24244@psf.upfronthosting.co.za>
In-reply-to
Content
> I cannot reproduce it based on the existing issues using python 
> 3.4.1 on Windows 7.

Majeed could be referring to the ValueError that gets raised for this [only on Windows][1]. In Linux %f passes through silently. Maybe for 3.5 an alternate approach would be to disable the Windows CRT's invalid parameter handler using _Py_BEGIN_SUPPRESS_IPH and _Py_END_SUPPRESS_IPH.

Looking at this brought issue 10653 to my attention. It seems VC++ 14 has exacerbated that problem, but that the current solution no longer works even in 3.4.3 with VC++ 10. Should the issue be reopened or a new issue opened? 

[1]: https://hg.python.org/cpython/file/413e0e0004f4/Modules/timemodule.c#l611
History
Date User Action Args
2015-05-20 13:34:28eryksunsetrecipients: + eryksun, r.david.murray, MajeedArni
2015-05-20 13:34:28eryksunsetmessageid: <1432128868.95.0.0709723725391.issue24244@psf.upfronthosting.co.za>
2015-05-20 13:34:28eryksunlinkissue24244 messages
2015-05-20 13:34:28eryksuncreate