]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106320: Fix _PyImport_GetModuleAttr() declaration (#106386)
authorVictor Stinner <vstinner@python.org>
Mon, 3 Jul 2023 23:37:48 +0000 (01:37 +0200)
committerGitHub <noreply@github.com>
Mon, 3 Jul 2023 23:37:48 +0000 (23:37 +0000)
commitb4256135809d78d342e9d92e8bc3f527d3d3057f
tree330cecf4879a55d1f5b3e98104b10a7bcfa6b0fb
parent648688c137744a623a71dc2413d2879b80c99eae
gh-106320: Fix _PyImport_GetModuleAttr() declaration (#106386)

Replace PyAPI_DATA() with PyAPI_FUNC().
Include/internal/pycore_import.h