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,7 @@ 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
6972** /* importlib /resources /* @ jaraco @ warsaw @ FFY00
7073** /importlib /metadata /* @ jaraco @ warsaw
7174
@@ -94,6 +97,8 @@ Include/pytime.h @pganssle @abalkin
9497/Tools /peg_generator / @ pablogsal @ lysnikolaou
9598/Lib /test /test_peg_generator / @ pablogsal @ lysnikolaou
9699/Grammar /python.gram @ pablogsal @ lysnikolaou
100+ /Lib /tokenize.py @ pablogsal @ lysnikolaou
101+ /Lib /test /test_tokenize.py @ pablogsal @ lysnikolaou
97102
98103# AST
99104Python /ast.c @ isidentical
@@ -113,6 +118,12 @@ Lib/ast.py @isidentical
113118/Lib /test /test_subprocess.py @ gpshead
114119/Modules /* subprocess * @ gpshead
115120
121+ # Limited C API & stable ABI
122+ Tools /build /stable_abi.py @ encukou
123+ Misc /stable_abi.toml @ encukou
124+ Doc /data /* .abi @ encukou
125+ Doc /c-api /stable.rst @ encukou
126+
116127# Windows
117128/PC / @ python/windows-team
118129/PCbuild / @ python/windows-team
0 commit comments