]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-89479: Export _Py_GetSpecializationStats() internal function (#92011)
authorVictor Stinner <vstinner@python.org>
Thu, 28 Apr 2022 12:02:45 +0000 (14:02 +0200)
committerGitHub <noreply@github.com>
Thu, 28 Apr 2022 12:02:45 +0000 (14:02 +0200)
commit87c6cf9aa7cebac3c544067e690c2ad7ce18b772
tree6b3949ea9c241af6ef9627556727b3438cb97c59
parent88dd22795925a8f47d38737ca8067eeb3f0a13aa
gh-89479: Export _Py_GetSpecializationStats() internal function (#92011)

When Python is built with "./configure --enable-pystats" (if the
Py_STATS macro is defined), the _Py_GetSpecializationStats() function
must be exported, since it's used by the _opcode extension which is
built as a shared library.
Doc/using/configure.rst
Include/internal/pycore_code.h