summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAN Long <aisk@users.noreply.github.com>2024-06-10 16:45:16 (GMT)
committerGitHub <noreply@github.com>2024-06-10 16:45:16 (GMT)
commit6efe3460693c4f39de198a64cebeeee8b1d4e8b6 (patch)
tree99ef2cfb5020d5181f63b44c538b1adba166bf9b /.github
parent7aff2de62bc28eb23888270b698c6b6915f69b21 (diff)
downloadcpython-6efe3460693c4f39de198a64cebeeee8b1d4e8b6.zip
cpython-6efe3460693c4f39de198a64cebeeee8b1d4e8b6.tar.gz
cpython-6efe3460693c4f39de198a64cebeeee8b1d4e8b6.tar.bz2
Fix the CODEOWNERS for _interpretersmodule.c (gh-120288)
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 811b8cf..8bc40fc 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