mirror of https://github.com/python/cpython
gh-76785: Fix CODEOWNERS (gh-113038)
In gh-112982 I made some changes to .github/CODEOWNERS. Later, @ezio-melotti pointed out that some of those changes were unnecessary.
This commit is contained in:
parent
6644ca45cd
commit
480b4b359d
|
@ -40,6 +40,7 @@ Lib/test/test_patma.py @brandtbucher
|
|||
Lib/test/test_peepholer.py @brandtbucher
|
||||
Lib/test/test_type_*.py @JelleZijlstra
|
||||
Lib/test/test_capi/test_misc.py @markshannon @gvanrossum
|
||||
Tools/c-analyzer/ @ericsnowcurrently
|
||||
|
||||
# Exceptions
|
||||
Lib/traceback.py @iritkatriel
|
||||
|
@ -78,11 +79,6 @@ Python/traceback.c @iritkatriel
|
|||
**/*importlib/resources/* @jaraco @warsaw @FFY00
|
||||
**/importlib/metadata/* @jaraco @warsaw
|
||||
|
||||
# Subinterpreters
|
||||
Lib/test/support/interpreters/** @ericsnowcurrently
|
||||
Modules/_xx*interp*module.c @ericsnowcurrently
|
||||
Lib/test/test_interpreters/** @ericsnowcurrently
|
||||
|
||||
# Dates and times
|
||||
**/*datetime* @pganssle @abalkin
|
||||
**/*str*time* @pganssle @abalkin
|
||||
|
@ -153,15 +149,7 @@ Doc/c-api/stable.rst @encukou
|
|||
**/*itertools* @rhettinger
|
||||
**/*collections* @rhettinger
|
||||
**/*random* @rhettinger
|
||||
Doc/**/*queue* @rhettinger
|
||||
PCbuild/**/*queue* @rhettinger
|
||||
Modules/_queuemodule.c @rhettinger
|
||||
Lib/*queue*.py @rhettinger
|
||||
Lib/asyncio/*queue*.py @rhettinger
|
||||
Lib/multiprocessing/*queue*.py @rhettinger
|
||||
Lib/test/*queue*.py @rhettinger
|
||||
Lib/test_asyncio/*queue*.py @rhettinger
|
||||
Lib/test_multiprocessing/*queue*.py @rhettinger
|
||||
**/*queue* @rhettinger
|
||||
**/*bisect* @rhettinger
|
||||
**/*heapq* @rhettinger
|
||||
**/*functools* @rhettinger
|
||||
|
@ -201,6 +189,11 @@ Lib/test_multiprocessing/*queue*.py @rhettinger
|
|||
/Lib/test/test_clinic.py @erlend-aasland @AlexWaygood
|
||||
Doc/howto/clinic.rst @erlend-aasland
|
||||
|
||||
# Subinterpreters
|
||||
Lib/test/support/interpreters/ @ericsnowcurrently
|
||||
Modules/_xx*interp*module.c @ericsnowcurrently
|
||||
Lib/test/test_interpreters/ @ericsnowcurrently
|
||||
|
||||
# WebAssembly
|
||||
/Tools/wasm/ @brettcannon
|
||||
|
||||
|
|
Loading…
Reference in New Issue