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

2018-10-24 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +9413 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

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

2018-10-24 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +9412 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

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

2018-10-24 Thread STINNER Victor
Change by STINNER Victor : -- keywords: +patch pull_requests: +9410 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-l

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

2018-10-24 Thread STINNER Victor
New submission from STINNER Victor : CPython has been created in 1990. In 1990, it made sense to use C macros. But nowadays, inlined functions can be used instead: "Python versions greater than or equal to 3.6 use C89 with several select C99 features: (...) static inline functions" https://ww