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 python-dev, serhiy.storchaka, steve.dower, vstinner
Date 2017-01-11.02:27:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484101629.6.0.95971378623.issue29234@psf.upfronthosting.co.za>
In-reply-to
Content
I'm fairly sure dllexport implies noinline, and it certainly does for the exported function (but maybe PGO will inline it within the module? hard to know). In any case, I agree with keeping it private as it's purely about optimization.

Do you have a test that can run against the released build? That will be the easiest way to tell whether it matters at all.
History
Date User Action Args
2017-01-11 02:27:09steve.dowersetrecipients: + steve.dower, vstinner, python-dev, serhiy.storchaka
2017-01-11 02:27:09steve.dowersetmessageid: <1484101629.6.0.95971378623.issue29234@psf.upfronthosting.co.za>
2017-01-11 02:27:09steve.dowerlinkissue29234 messages
2017-01-11 02:27:09steve.dowercreate