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 Jeffrey.Armstrong
Recipients Jeffrey.Armstrong, serhiy.storchaka, vstinner
Date 2014-02-12.12:30:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392208232.92.0.518284664547.issue20596@psf.upfronthosting.co.za>
In-reply-to
Content
I know that Borland/Embarcadero also uses the two-argument version like Microsoft.  As I said earlier, MinGW uses the two-argument version, although it is currently marked as deprecated.  Just from searching, it appears that Pelles C/LCC uses the POSIX-like three-argument version.   I'm having trouble thinking of any further Windows C compilers at the moment.

The purpose of wrapping the definition in MS_WINDOWS originally was to preserve any behavior that already existed when building with a compiler that uses the two-argument version on Windows without any explicit case being called out for said compiler.
History
Date User Action Args
2014-02-12 12:30:32Jeffrey.Armstrongsetrecipients: + Jeffrey.Armstrong, vstinner, serhiy.storchaka
2014-02-12 12:30:32Jeffrey.Armstrongsetmessageid: <1392208232.92.0.518284664547.issue20596@psf.upfronthosting.co.za>
2014-02-12 12:30:32Jeffrey.Armstronglinkissue20596 messages
2014-02-12 12:30:32Jeffrey.Armstrongcreate