diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2024-03-20 17:11:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-20 17:11:00 -0400 |
commit | 8ad88984200b2ccddc0a08229dd2f4c14d1a71fc (patch) | |
tree | 4bb7cd458246b2bccf5a6bb1a79e453793b94d24 /.github | |
parent | Fix sort order for "locale encoding" glossary item (#115794) (diff) | |
download | cpython-8ad88984200b2ccddc0a08229dd2f4c14d1a71fc.tar.gz cpython-8ad88984200b2ccddc0a08229dd2f4c14d1a71fc.tar.bz2 cpython-8ad88984200b2ccddc0a08229dd2f4c14d1a71fc.zip |
gh-117089: Move importlib.metadata tests to their own package (#117092)
* Ensure importlib.metadata tests do not leak references in sys.modules.
* Move importlib.metadata tests to their own package for easier syncing with importlib_metadata.
* Update owners and makefile for new directories.
* Add blurb
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e8eed400d96..235bc785994 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -119,7 +119,7 @@ Python/dynload_*.c @ericsnowcurrently Lib/test/test_module/ @ericsnowcurrently Doc/c-api/module.rst @ericsnowcurrently **/*importlib/resources/* @jaraco @warsaw @FFY00 -**/importlib/metadata/* @jaraco @warsaw +**/*importlib/metadata/* @jaraco @warsaw # Dates and times **/*datetime* @pganssle @abalkin |