https://github.com/python/cpython/commit/6efe3460693c4f39de198a64cebeeee8b1d4e8b6 commit: 6efe3460693c4f39de198a64cebeeee8b1d4e8b6 branch: main author: AN Long <[email protected]> committer: ericsnowcurrently <[email protected]> date: 2024-06-10T10:45:16-06:00 summary:
Fix the CODEOWNERS for _interpretersmodule.c (gh-120288) files: M .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 811b8cfdab17dc..8bc40fcb9e8999 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 _______________________________________________ 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]
