mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-76785: Fixes for test.support.interpreters (gh-112982)
This involves a number of changes for PEP 734.
This commit is contained in:
parent
f26bfe4b25
commit
86a77f4e1a
30 changed files with 2506 additions and 1507 deletions
15
.github/CODEOWNERS
vendored
15
.github/CODEOWNERS
vendored
|
|
@ -78,6 +78,11 @@ 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
|
||||
|
|
@ -148,7 +153,15 @@ Doc/c-api/stable.rst @encukou
|
|||
**/*itertools* @rhettinger
|
||||
**/*collections* @rhettinger
|
||||
**/*random* @rhettinger
|
||||
**/*queue* @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
|
||||
**/*bisect* @rhettinger
|
||||
**/*heapq* @rhettinger
|
||||
**/*functools* @rhettinger
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue