diff options
author | Nikita Sobolev <mail@sobolevn.me> | 2023-04-12 18:27:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-12 18:27:14 (GMT) |
commit | 7f3c10650385907b5a2234edb2b1334cafd47a0a (patch) | |
tree | 27edc54fa94fb6eb2c2911543d8e3ba4e45995cc /.github/CODEOWNERS | |
parent | 52f96d3ea39fea4c16e26b7b10bd2db09726bd7c (diff) | |
download | cpython-7f3c10650385907b5a2234edb2b1334cafd47a0a.zip cpython-7f3c10650385907b5a2234edb2b1334cafd47a0a.tar.gz cpython-7f3c10650385907b5a2234edb2b1334cafd47a0a.tar.bz2 |
gh-103326: Remove `Python/importlib.h` (GH-103331)
Co-authored-by: Brett Cannon <brett@python.org>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r-- | .github/CODEOWNERS | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 60af051..9149b38 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -61,11 +61,7 @@ Python/traceback.c @iritkatriel /Tools/build/parse_html5_entities.py @ezio-melotti # Import (including importlib). -# Ignoring importlib.h so as to not get flagged on -# all pull requests that change the emitted -# bytecode. -**/*import*.c @brettcannon @encukou @ericsnowcurrently @ncoghlan @warsaw -**/*import*.py @brettcannon @encukou @ericsnowcurrently @ncoghlan @warsaw +**/*import* @brettcannon @encukou @ericsnowcurrently @ncoghlan @warsaw **/*importlib/resources/* @jaraco @warsaw @FFY00 **/importlib/metadata/* @jaraco @warsaw |