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 twasilczyk@spoon
Recipients BreamoreBoy, Luke.Dunstan, V.E.O, amaury.forgeotdarc, christian.heimes, eaducac, m_python, mloskot, mont29, pitrou, steve.dower, tim.golden, tim.peters, twasilczyk@spoon, vstinner
Date 2015-01-29.22:06:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422569208.79.0.926173941102.issue17797@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2015-01-29 22:06:48twasilczyk@spoonsetrecipients: + twasilczyk@spoon, tim.peters, amaury.forgeotdarc, pitrou, vstinner, christian.heimes, tim.golden, BreamoreBoy, eaducac, mloskot, V.E.O, steve.dower, m_python, mont29, Luke.Dunstan
2015-01-29 22:06:48twasilczyk@spoonsetmessageid: <1422569208.79.0.926173941102.issue17797@psf.upfronthosting.co.za>
2015-01-29 22:06:48twasilczyk@spoonlinkissue17797 messages
2015-01-29 22:06:48twasilczyk@spooncreate