eryksun added the comment:

> 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

----------
nosy: +eryksun

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24244>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to