Message243661
> 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 |
|
Date |
User |
Action |
Args |
2015-05-20 13:34:28 | eryksun | set | recipients:
+ eryksun, r.david.murray, MajeedArni |
2015-05-20 13:34:28 | eryksun | set | messageid: <1432128868.95.0.0709723725391.issue24244@psf.upfronthosting.co.za> |
2015-05-20 13:34:28 | eryksun | link | issue24244 messages |
2015-05-20 13:34:28 | eryksun | create | |
|