From 01ccc824ca3deb496e3f27ce409b7951c1a7e121 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Mon, 26 May 2025 16:46:51 +0200 Subject: [PATCH] [3.14] Add CODEOWNERS for remote debugging (GH-134720) (#134721) --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 16331b65e52..c1de8a529a8 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