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 steve.dower
Recipients Alexander Riccio, loewis, paul.moore, serhiy.storchaka, skrah, steve.dower, tim.golden, zach.ware
Date 2016-01-17.02:21:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452997297.25.0.137432291229.issue25878@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think the C standard necessarily applies or defines what happens when you call/link a __declspec'd function, but it's certainly not going to be the same as static linking.

That said, maybe the subtle nature of this means we should suppress the warning locally with a comment, rather than suppressing it globally.
History
Date User Action Args
2016-01-17 02:21:37steve.dowersetrecipients: + steve.dower, loewis, paul.moore, tim.golden, skrah, zach.ware, serhiy.storchaka, Alexander Riccio
2016-01-17 02:21:37steve.dowersetmessageid: <1452997297.25.0.137432291229.issue25878@psf.upfronthosting.co.za>
2016-01-17 02:21:37steve.dowerlinkissue25878 messages
2016-01-17 02:21:36steve.dowercreate