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 polyvertex
Recipients BreamoreBoy, Luke.Dunstan, V.E.O, amaury.forgeotdarc, christian.heimes, eaducac, m_python, mloskot, mont29, pitrou, polyvertex, steve.dower, tim.golden, tim.peters, twasilczyk@spoon, vstinner
Date 2015-03-12.22:14:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426198450.99.0.151689157325.issue17797@psf.upfronthosting.co.za>
In-reply-to
Content
Oops, mistyping, #ifdef test would be:

#if defined(MS_WINDOWS) && defined(HAVE_FSTAT) && defined(_MSC_VER) && _MSC_VER >= 1700 && _MSC_VER < 1900
History
Date User Action Args
2015-03-12 22:14:11polyvertexsetrecipients: + polyvertex, tim.peters, amaury.forgeotdarc, pitrou, vstinner, christian.heimes, tim.golden, BreamoreBoy, eaducac, mloskot, V.E.O, steve.dower, m_python, mont29, Luke.Dunstan, twasilczyk@spoon
2015-03-12 22:14:10polyvertexsetmessageid: <1426198450.99.0.151689157325.issue17797@psf.upfronthosting.co.za>
2015-03-12 22:14:10polyvertexlinkissue17797 messages
2015-03-12 22:14:10polyvertexcreate