]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45116: Py_DEBUG ignores Py_ALWAYS_INLINE (GH-28419)
authorVictor Stinner <vstinner@python.org>
Fri, 17 Sep 2021 20:46:38 +0000 (22:46 +0200)
committerGitHub <noreply@github.com>
Fri, 17 Sep 2021 20:46:38 +0000 (22:46 +0200)
commite4044e9f893350b4623677c048d33414a77edf55
tree7a0aec99a457847f8912bc3c675a709eacf7bd10
parent51ebb7f4f5e9bdcf8279a1d91be9569706f6bead
bpo-45116: Py_DEBUG ignores Py_ALWAYS_INLINE (GH-28419)

If the Py_DEBUG macro is defined, the Py_ALWAYS_INLINE macro does
nothing.
Doc/c-api/intro.rst
Include/pyport.h