55# https://git-scm.com/docs/gitignore#_pattern_format
66
77# GitHub
8- .github /** @ ezio-melotti
8+ .github /** @ ezio-melotti @ hugovk
9+
10+ # pre-commit
11+ .pre-commit-config.yaml @ hugovk @ AlexWaygood
912
1013# Build system
1114configure * @ erlend-aasland @ corona10
1215
1316# asyncio
14- ** /* asyncio * @ 1st1 @ asvetlov @ gvanrossum @ kumaraditya303
17+ ** /* asyncio * @ 1st1 @ asvetlov @ gvanrossum @ kumaraditya303 @ willingc
1518
1619# Core
1720** /* context * @ 1st1
1821** /* genobject * @ markshannon
1922** /* hamt * @ 1st1
2023Objects /set * @ rhettinger
2124Objects /dict * @ methane @ markshannon
25+ Objects /typevarobject.c @ JelleZijlstra
2226Objects /type * @ markshannon
2327Objects /codeobject.c @ markshannon
2428Objects /frameobject.c @ markshannon
2529Objects /call.c @ markshannon
2630Python /ceval.c @ markshannon
2731Python /compile.c @ markshannon @ iritkatriel
32+ Python /assemble.c @ markshannon @ iritkatriel
33+ Python /flowgraph.c @ markshannon @ iritkatriel
2834Python /ast_opt.c @ isidentical
2935Lib /test /test_patma.py @ brandtbucher
3036Lib /test /test_peepholer.py @ brandtbucher
37+ Lib /test /test_type_ * .py @ JelleZijlstra
3138
3239# Exceptions
3340Lib /traceback.py @ iritkatriel
@@ -61,11 +68,8 @@ Python/traceback.c @iritkatriel
6168/Tools /build /parse_html5_entities.py @ ezio-melotti
6269
6370# Import (including importlib).
64- # Ignoring importlib.h so as to not get flagged on
65- # all pull requests that change the emitted
66- # bytecode.
67- ** /* import * .c @ brettcannon @ encukou @ ericsnowcurrently @ ncoghlan @ warsaw
68- ** /* import * .py @ brettcannon @ encukou @ ericsnowcurrently @ ncoghlan @ warsaw
71+ ** /* import * @ brettcannon @ ericsnowcurrently @ ncoghlan @ warsaw
72+ /Python /import.c @ kumaraditya303
6973** /* importlib /resources /* @ jaraco @ warsaw @ FFY00
7074** /importlib /metadata /* @ jaraco @ warsaw
7175
@@ -76,7 +80,7 @@ Doc/library/time.rst @pganssle @abalkin
7680Lib /test /test_time.py @ pganssle @ abalkin
7781Modules /timemodule.c @ pganssle @ abalkin
7882Python /pytime.c @ pganssle @ abalkin
79- Include /pytime.h @ pganssle @ abalkin
83+ Include /internal / pycore_time.h @ pganssle @ abalkin
8084
8185# Email and related
8286** /* mail * @ python/email-team
@@ -94,6 +98,8 @@ Include/pytime.h @pganssle @abalkin
9498/Tools /peg_generator / @ pablogsal @ lysnikolaou
9599/Lib /test /test_peg_generator / @ pablogsal @ lysnikolaou
96100/Grammar /python.gram @ pablogsal @ lysnikolaou
101+ /Lib /tokenize.py @ pablogsal @ lysnikolaou
102+ /Lib /test /test_tokenize.py @ pablogsal @ lysnikolaou
97103
98104# AST
99105Python /ast.c @ isidentical
@@ -113,6 +119,12 @@ Lib/ast.py @isidentical
113119/Lib /test /test_subprocess.py @ gpshead
114120/Modules /* subprocess * @ gpshead
115121
122+ # Limited C API & stable ABI
123+ Tools /build /stable_abi.py @ encukou
124+ Misc /stable_abi.toml @ encukou
125+ Doc /data /* .abi @ encukou
126+ Doc /c-api /stable.rst @ encukou
127+
116128# Windows
117129/PC / @ python/windows-team
118130/PCbuild / @ python/windows-team
@@ -161,4 +173,9 @@ Lib/ast.py @isidentical
161173** /* pathlib * @ barneygale
162174
163175# zipfile.Path
164- ** /* zipfile /* _path.py @ jaraco
176+ ** /* zipfile /_path /* @ jaraco
177+
178+ # Argument Clinic
179+ /Tools /clinic /** @ erlend-aasland @ AlexWaygood
180+ /Lib /test /test_clinic.py @ erlend-aasland @ AlexWaygood
181+ Doc /howto /clinic.rst @ erlend-aasland
0 commit comments