]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-141784: Fix _remote_debugging_module.c compilation on 32-bit Linux (#141796)
authorVictor Stinner <vstinner@python.org>
Thu, 20 Nov 2025 16:30:35 +0000 (17:30 +0100)
committerGitHub <noreply@github.com>
Thu, 20 Nov 2025 16:30:35 +0000 (16:30 +0000)
commit722f4bb8c9c6b32a7221e4813058cbb5c3989c10
treecfcd2cfa6ee2863571f5a43b634f92c1c434c3f0
parentb1558b6d3e2af8964840a5c00356533107368f22
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.
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