]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-131288: Use `_AddressOfReturnAddress` for MSVC in pycore_ceval.h (gh-131289)
authorChris Eibl <138194463+chris-eibl@users.noreply.github.com>
Fri, 4 Apr 2025 13:03:12 +0000 (15:03 +0200)
committerGitHub <noreply@github.com>
Fri, 4 Apr 2025 13:03:12 +0000 (09:03 -0400)
commit20098719dffe837fb0e516fbb97336e9a8e3354f
treed729471246d1646f5160daab0024a504e576dfe5
parent37d47d496525142d12a94fb234c8b8311292c349
GH-131288: Use `_AddressOfReturnAddress` for MSVC in pycore_ceval.h (gh-131289)

Use `_AddressOfReturnAddress` in `_Py_get_machine_stack_pointer` to silence MSVC warning in pycore_ceval.h for release builds.
Include/internal/pycore_ceval.h