From 6dff59c92df850e961e622ae9e8760152cbac238 Mon Sep 17 00:00:00 2001 From: Pablo Galindo Date: Mon, 26 May 2025 15:35:42 +0100 Subject: [PATCH] Add CODEOWNERS for remote debugging --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 88b957669826f7..b6bf1700befa7a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -331,3 +331,8 @@ Modules/_xxtestfuzz/ @ammaraskar **/*templateobject* @lysnikolaou **/*templatelib* @lysnikolaou **/*tstring* @lysnikolaou + +# Remote debugging +Python/remote_debug.h @pablogsal +Python/remote_debugging.c @pablogsal +Modules/_remote_debugging_module.c @pablogsal @ambv @1st1 \ No newline at end of file