]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45094: Add Py_NO_INLINE macro (GH-28140)
authorVictor Stinner <vstinner@python.org>
Fri, 3 Sep 2021 14:44:02 +0000 (16:44 +0200)
committerGitHub <noreply@github.com>
Fri, 3 Sep 2021 14:44:02 +0000 (16:44 +0200)
commit7974c30b9fd84fa56ea1515ed2c08b38edf1a383
tree2d638f338e1e6f90765fa731ff27ef6265524723
parentbe9de8721d63b9d8e032d508069daf88c06542c6
bpo-45094: Add Py_NO_INLINE macro (GH-28140)

* Rename _Py_NO_INLINE macro to Py_NO_INLINE: make it public and
  document it.
* Sort macros in the C API documentation.
Doc/c-api/intro.rst
Include/pymath.h
Include/pyport.h
Misc/NEWS.d/next/C API/2021-09-03-15-53-43.bpo-45094.tinXwL.rst [new file with mode: 0644]
Modules/_functoolsmodule.c
Modules/_io/bytesio.c
Modules/_posixsubprocess.c
Python/marshal.c