]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] GH-139914: Handle stack growth direction on HPPA (GH-140028) (#141404)
authorStefano Rivera <stefano@rivera.za.net>
Sun, 23 Nov 2025 23:55:33 +0000 (15:55 -0800)
committerGitHub <noreply@github.com>
Sun, 23 Nov 2025 23:55:33 +0000 (15:55 -0800)
commit394db662a5274202555ca2976bfbb70cad7b5717
treef56a769a1a40820a92c94aee8470342cf4525db2
parent73c9870366b3be12417a9bd49e0a102e7a13038b
[3.14] GH-139914: Handle stack growth direction on HPPA (GH-140028) (#141404)

* [3.14] 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 David Anglin https://bugs.debian.org/1105111#20

* Forgot to update test_call

* WTF typo
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