From: AN Long Date: Mon, 10 Jun 2024 16:45:16 +0000 (+0800) Subject: Fix the CODEOWNERS for _interpretersmodule.c (gh-120288) X-Git-Tag: v3.14.0a1~1544 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6efe3460693c4f39de198a64cebeeee8b1d4e8b6;p=thirdparty%2FPython%2Fcpython.git Fix the CODEOWNERS for _interpretersmodule.c (gh-120288) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 811b8cfdab17..8bc40fcb9e89 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -245,7 +245,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