]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133261: Use __builtin_frame_address() on GCC 9 and older (#133269)
authorVictor Stinner <vstinner@python.org>
Thu, 1 May 2025 17:13:03 +0000 (19:13 +0200)
committerGitHub <noreply@github.com>
Thu, 1 May 2025 17:13:03 +0000 (19:13 +0200)
commitd10bd81b45b9fd066edc6f82675ed4305603c4f4
tree9e1aade0f3d40b2178d7b4dbad6d07fdc17f1f4b
parente5e51bd7f72639be6548c806cc14ea53995bf1b3
gh-133261: Use __builtin_frame_address() on GCC 9 and older (#133269)

GCC 9 and older don't have __has_builtin(), but have
__builtin_frame_address() function.
Include/internal/pycore_pystate.h