From ce0561fa591f0237d3c0157c597d3c6e36bf48df Mon Sep 17 00:00:00 2001 From: Pablo Galindo Salgado Date: Mon, 26 May 2025 15:36:30 +0100 Subject: [PATCH] Add CODEOWNERS for remote debugging (#134720) --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 88b957669826..b6bf1700befa 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 -- 2.47.3