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 erikjanss
Recipients erikjanss
Date 2018-09-04.21:05:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536095120.63.0.56676864532.issue34581@psf.upfronthosting.co.za>
In-reply-to
Content
The socketmodule uses the MSVC extension __pragma.

The use of this extension is not enabled/disable by an #ifdef _MSC_VER.

This prevents compilation with other compilers then MSVC on Windows.
History
Date User Action Args
2018-09-04 21:05:20erikjansssetrecipients: + erikjanss
2018-09-04 21:05:20erikjansssetmessageid: <1536095120.63.0.56676864532.issue34581@psf.upfronthosting.co.za>
2018-09-04 21:05:20erikjansslinkissue34581 messages
2018-09-04 21:05:20erikjansscreate