https://github.com/python/cpython/commit/ffc8e21c80627c46be7a7467ee5427924fdeb885
commit: ffc8e21c80627c46be7a7467ee5427924fdeb885
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: ericsnowcurrently <[email protected]>
date: 2024-06-10T17:11:22Z
summary:

[3.13] Fix the CODEOWNERS for _interpretersmodule.c (gh-120324)

(cherry picked from commit 6efe3460693c4f39de198a64cebeeee8b1d4e8b6, AKA 
gh-120288)

Co-authored-by: AN Long <[email protected]>

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 45a5f3ceb67b44..a7d60f222d1f2e 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

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to