]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-138122: Split Modules/_remote_debugging_module.c into multiple files (#141934)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Tue, 25 Nov 2025 12:51:24 +0000 (12:51 +0000)
committerGitHub <noreply@github.com>
Tue, 25 Nov 2025 12:51:24 +0000 (12:51 +0000)
commitd07d3a3c57c0a3046ca674b50db9cff5de07638e
tree05c54685fc2e82f583361cfb1e1d9a3b936649b4
parentda1d468bea2283032c491b894d3b38b2115ceb70
gh-138122: Split Modules/_remote_debugging_module.c into multiple files (#141934)

gh-1381228: Split Modules/_remote_debugging_module.c into multiple files
17 files changed:
Makefile.pre.in
Modules/Setup
Modules/Setup.stdlib.in
Modules/_remote_debugging/_remote_debugging.h [new file with mode: 0644]
Modules/_remote_debugging/asyncio.c [new file with mode: 0644]
Modules/_remote_debugging/clinic/module.c.h [new file with mode: 0644]
Modules/_remote_debugging/code_objects.c [new file with mode: 0644]
Modules/_remote_debugging/frames.c [new file with mode: 0644]
Modules/_remote_debugging/module.c [new file with mode: 0644]
Modules/_remote_debugging/object_reading.c [new file with mode: 0644]
Modules/_remote_debugging/threads.c [new file with mode: 0644]
Modules/_remote_debugging_module.c [deleted file]
PCbuild/_remote_debugging.vcxproj
PCbuild/_remote_debugging.vcxproj.filters
Python/remote_debug.h
configure
configure.ac