summaryrefslogtreecommitdiffstats
path: root/.github/CODEOWNERS
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-06-10 17:11:22 (GMT)
committerGitHub <noreply@github.com>2024-06-10 17:11:22 (GMT)
commitffc8e21c80627c46be7a7467ee5427924fdeb885 (patch)
treed8f1d62beb09d470274a8e43de41daf4c00b91a0 /.github/CODEOWNERS
parent14ff4c979c8564376707de4b5a84dd3e4fcb5d1d (diff)
downloadcpython-ffc8e21c80627c46be7a7467ee5427924fdeb885.zip
cpython-ffc8e21c80627c46be7a7467ee5427924fdeb885.tar.gz
cpython-ffc8e21c80627c46be7a7467ee5427924fdeb885.tar.bz2
[3.13] Fix the CODEOWNERS for _interpretersmodule.c (gh-120324)
(cherry picked from commit 6efe3460693c4f39de198a64cebeeee8b1d4e8b6, AKA gh-120288) Co-authored-by: AN Long <aisk@users.noreply.github.com>
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r--.github/CODEOWNERS2
1 files changed, 1 insertions, 1 deletions
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