From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 26 May 2025 14:46:51 +0000 (+0200) Subject: [3.14] Add CODEOWNERS for remote debugging (GH-134720) (#134721) X-Git-Tag: v3.14.0b3~169^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=01ccc824ca3deb496e3f27ce409b7951c1a7e121;p=thirdparty%2FPython%2Fcpython.git [3.14] Add CODEOWNERS for remote debugging (GH-134720) (#134721) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 16331b65e529..c1de8a529a8d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -326,3 +326,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