[New-bugs-announce] [issue34581] Windows : use of __pragma msvc extension without ifdef

Erik Janssens report at bugs.python.org
Tue Sep 4 17:05:20 EDT 2018


New submission from Erik Janssens <erik.janssens at conceptive.be>:

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.

----------
components: Extension Modules
messages: 324603
nosy: erikjanss
priority: normal
severity: normal
status: open
title: Windows : use of __pragma msvc extension without ifdef
type: compile error
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34581>
_______________________________________


More information about the New-bugs-announce mailing list