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 serhiy.storchaka
Recipients Aaron Hall, benjamin.peterson, mark.dickinson, serhiy.storchaka, thatiparthy, vstinner
Date 2018-10-25.10:25:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540463133.17.0.788709270274.issue35059@psf.upfronthosting.co.za>
In-reply-to
Content
Is it guarantied that static inline functions will be inlined and will be not called as external functions from the Python library? The latter would break binary compatibility of extensions compiled with newer Python headers with older binary Python libraries.
History
Date User Action Args
2018-10-25 10:25:33serhiy.storchakasetrecipients: + serhiy.storchaka, mark.dickinson, vstinner, benjamin.peterson, thatiparthy, Aaron Hall
2018-10-25 10:25:33serhiy.storchakasetmessageid: <1540463133.17.0.788709270274.issue35059@psf.upfronthosting.co.za>
2018-10-25 10:25:33serhiy.storchakalinkissue35059 messages
2018-10-25 10:25:33serhiy.storchakacreate