]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-141784: Fix _remote_debugging_module.c compilation on 32-bit Linux (#141796...
authorVictor Stinner <vstinner@python.org>
Thu, 20 Nov 2025 17:13:03 +0000 (18:13 +0100)
committerGitHub <noreply@github.com>
Thu, 20 Nov 2025 17:13:03 +0000 (18:13 +0100)
commit5398d088f454d81f6d9189f7bf657f655c8091a4
tree9322e9b7b85eaf2a6afcc97bf12bdb84bd688f8b
parent730ff82bdfb719a932552644014e47be2d1034f2
[3.14] gh-141784: Fix _remote_debugging_module.c compilation on 32-bit Linux (#141796) (#141800)

gh-141784: Fix _remote_debugging_module.c compilation on 32-bit Linux (#141796)

Include Python.h before system headers to make sure that
_remote_debugging_module.c uses the same types (ABI) than Python.

(cherry picked from commit 722f4bb8c9c6b32a7221e4813058cbb5c3989c10)
Misc/NEWS.d/next/Build/2025-11-20-17-01-05.gh-issue-141784.LkYI2n.rst [new file with mode: 0644]
Modules/_remote_debugging_module.c