From: Pablo Galindo Salgado Date: Mon, 26 May 2025 14:36:30 +0000 (+0100) Subject: Add CODEOWNERS for remote debugging (#134720) X-Git-Tag: v3.15.0a1~1512 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ce0561fa591f0237d3c0157c597d3c6e36bf48df;p=thirdparty%2FPython%2Fcpython.git Add CODEOWNERS for remote debugging (#134720) --- 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