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 brett.cannon, dino.viehland, serhiy.storchaka, steve.dower, vstinner
Date 2016-12-11.13:53:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481464437.91.0.265741274421.issue28924@psf.upfronthosting.co.za>
In-reply-to
Content
MSVC automatically inlines it on Windows (and yes, it broke some of our debugging support in Visual Studio, but we can fix it by setting the eval func).

IMHO, inlining is best left to profiling optimizers. If you notice a regression, add a test case that drives it to the point where it gets inlined. But it's not worth reducing maintainability of the code base for this.
History
Date User Action Args
2016-12-11 13:53:57steve.dowersetrecipients: + steve.dower, brett.cannon, vstinner, dino.viehland, serhiy.storchaka
2016-12-11 13:53:57steve.dowersetmessageid: <1481464437.91.0.265741274421.issue28924@psf.upfronthosting.co.za>
2016-12-11 13:53:57steve.dowerlinkissue28924 messages
2016-12-11 13:53:57steve.dowercreate