From ffc8e21c80627c46be7a7467ee5427924fdeb885 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Mon, 10 Jun 2024 19:11:22 +0200 Subject: [3.13] Fix the CODEOWNERS for _interpretersmodule.c (gh-120324) (cherry picked from commit 6efe3460693c4f39de198a64cebeeee8b1d4e8b6, AKA gh-120288) Co-authored-by: AN Long --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 45a5f3c..a7d60f2 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -240,7 +240,7 @@ Doc/howto/clinic.rst @erlend-aasland **/*interpreteridobject.* @ericsnowcurrently **/*crossinterp* @ericsnowcurrently Lib/test/support/interpreters/ @ericsnowcurrently -Modules/_xx*interp*module.c @ericsnowcurrently +Modules/_interp*module.c @ericsnowcurrently Lib/test/test_interpreters/ @ericsnowcurrently # Android -- cgit v0.12