[issue35059] Convert Py_INCREF() and PyObject_INIT() to inlined functions

Serhiy Storchaka report at bugs.python.org
Thu Oct 25 06:25:33 EDT 2018


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

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.

----------
nosy: +mark.dickinson, serhiy.storchaka

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


More information about the Python-bugs-list mailing list