]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-139914: Handle stack growth direction on HPPA (GH-140028)
authorStefano Rivera <stefano@rivera.za.net>
Mon, 17 Nov 2025 13:41:22 +0000 (05:41 -0800)
committerGitHub <noreply@github.com>
Mon, 17 Nov 2025 13:41:22 +0000 (14:41 +0100)
commitf6dd9c12a8ba391cbbcc793411ac7dcfa6e01028
tree9eac26d96a98a101a17eeddf19cca73dc4955b15
parent336366fd7ca61858572fdb78e2bd79014b215f19
GH-139914: Handle stack growth direction on HPPA (GH-140028)

Adapted from a patch for Python 3.14 submitted to the Debian BTS by John
https://bugs.debian.org/1105111#20

Co-authored-by: John David Anglin <dave.anglin@bell.net>
Include/internal/pycore_ceval.h
Include/internal/pycore_pystate.h
Include/pyport.h
Lib/test/test_call.py
Misc/NEWS.d/next/Core_and_Builtins/2025-10-13-13-54-19.gh-issue-139914.M-y_3E.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Python/ceval.c
configure
configure.ac
pyconfig.h.in