Tomasz Wasilczyk added the comment:

In such case, I agree it's an "enhancement", not a "bugfix". Could go into 3.5 
branch.

How about changing the ifdef to the following, to avoid any issues on 
non-MSVS2012:

#if defined(MS_WINDOWS) && defined(HAVE_FSTAT) && defined(_MSC_VER) && _MSC_VER 
== 1700

----------

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

Reply via email to