6363.azure-pipelines / @ AA-Turner
6464
6565# GitHub & related scripts
66- .github / @ ezio-melotti @ hugovk @ AA-Turner
67- Tools /build /compute-changes.py @ AA-Turner
66+ .github / @ ezio-melotti @ hugovk @ AA-Turner @ webknjaz
67+ Tools /build /compute-changes.py @ AA-Turner @ hugovk @ webknjaz
6868Tools /build /verify_ensurepip_wheels.py @ AA-Turner @ pfmoore @ pradyunsg
6969
7070# Pre-commit
@@ -82,10 +82,14 @@ Tools/patchcheck/ @AA-Turner
8282# Autotools
8383configure * @ erlend-aasland @ corona10 @ AA-Turner @ emmatyping
8484Makefile.pre.in @ erlend-aasland @ AA-Turner @ emmatyping
85+ Modules /makesetup @ erlend-aasland @ AA-Turner @ emmatyping
8586Modules /Setup * @ erlend-aasland @ AA-Turner @ emmatyping
86- Modules /makesetup @ emmatyping
8787Tools /build /regen-configure.sh @ AA-Turner
8888
89+ # generate-build-details
90+ Tools /build /generate-build-details.py @ FFY00
91+ Lib /test /test_build_details.py @ FFY00
92+
8993
9094# ----------------------------------------------------------------------------
9195# Documentation
@@ -122,6 +126,9 @@ Doc/howto/clinic.rst @erlend-aasland @AA-Turner
122126# C Analyser
123127Tools /c-analyzer / @ ericsnowcurrently
124128
129+ # C API Documentation Checks
130+ Tools /check-c-api-docs / @ ZeroIntensity
131+
125132# Fuzzing
126133Modules /_xxtestfuzz / @ ammaraskar
127134
@@ -136,6 +143,9 @@ Misc/externals.spdx.json @sethmlarson
136143Misc /sbom.spdx.json @ sethmlarson
137144Tools /build /generate_sbom.py @ sethmlarson
138145
146+ # ABI check
147+ Misc /libabigail.abignore @ encukou
148+
139149
140150# ----------------------------------------------------------------------------
141151# Platform Support
@@ -150,6 +160,7 @@ Lib/test/test_android.py @mhsmith @freakboy3742
150160# iOS
151161Doc /using /ios.rst @ freakboy3742
152162Lib /_ios_support.py @ freakboy3742
163+ Apple / @ freakboy3742
153164iOS / @ freakboy3742
154165
155166# macOS
@@ -165,9 +176,10 @@ Tools/wasm/config.site-wasm32-emscripten @freakboy3742 @emmatyping
165176Tools /wasm /emscripten @ freakboy3742 @ emmatyping
166177
167178# WebAssembly (WASI)
168- Tools /wasm /wasi-env @ brettcannon @ emmatyping
169- Tools /wasm /wasi.py @ brettcannon @ emmatyping
170- Tools /wasm /wasi @ brettcannon @ emmatyping
179+ Platforms /WASI @ brettcannon @ emmatyping @ savannahostrowski
180+ Tools /wasm /wasi-env @ brettcannon @ emmatyping @ savannahostrowski
181+ Tools /wasm /wasi.py @ brettcannon @ emmatyping @ savannahostrowski
182+ Tools /wasm /wasi @ brettcannon @ emmatyping @ savannahostrowski
171183
172184# Windows
173185PC / @ python/windows-team
@@ -240,10 +252,10 @@ Lib/test/test_getpath.py @FFY00
240252Modules /getpath * @ FFY00
241253
242254# Hashing / ``hash()`` and related
243- Include /cpython /pyhash.h @ gpshead @ picnixz @ tiran
244- Include /internal /pycore_pyhash.h @ gpshead @ picnixz @ tiran
245- Include /pyhash.h @ gpshead @ picnixz @ tiran
246- Python /pyhash.c @ gpshead @ picnixz @ tiran
255+ Include /cpython /pyhash.h @ gpshead @ picnixz
256+ Include /internal /pycore_pyhash.h @ gpshead @ picnixz
257+ Include /pyhash.h @ gpshead @ picnixz
258+ Python /pyhash.c @ gpshead @ picnixz
247259
248260# The import system (including importlib)
249261** /* import * @ brettcannon @ ericsnowcurrently @ ncoghlan @ warsaw
@@ -281,10 +293,10 @@ Tools/jit/ @brandtbucher @savannahostrowski @diegorusso
281293InternalDocs /jit.md @ brandtbucher @ savannahostrowski @ diegorusso @ AA-Turner
282294
283295# Micro-op / μop / Tier 2 Optimiser
284- Python /optimizer.c @ markshannon
285- Python /optimizer_analysis.c @ markshannon @ tomasr8 @ Fidget-Spinner
286- Python /optimizer_bytecodes.c @ markshannon @ tomasr8 @ Fidget-Spinner
287- Python /optimizer_symbols.c @ markshannon @ tomasr8
296+ Python /optimizer.c @ markshannon @ Fidget-Spinner
297+ Python /optimizer_analysis.c @ markshannon @ tomasr8 @ Fidget-Spinner @ savannahostrowski
298+ Python /optimizer_bytecodes.c @ markshannon @ tomasr8 @ Fidget-Spinner @ savannahostrowski
299+ Python /optimizer_symbols.c @ markshannon @ tomasr8 @ Fidget-Spinner @ savannahostrowski
288300
289301# Parser, Lexer, and Grammar
290302Grammar /python.gram @ pablogsal @ lysnikolaou
@@ -314,7 +326,7 @@ Tools/build/generate_global_objects.py @ericsnowcurrently
314326# Remote Debugging
315327Python /remote_debug.h @ pablogsal
316328Python /remote_debugging.c @ pablogsal
317- Modules /_remote_debugging_module.c @ pablogsal @ ambv @ 1st1
329+ Modules /_remote_debugging / @ pablogsal
318330
319331# Sub-Interpreters
320332** /* crossinterp * @ ericsnowcurrently
@@ -370,14 +382,14 @@ Lib/calendar.py @AA-Turner
370382Lib /test /test_calendar.py @ AA-Turner
371383
372384# Cryptographic Primitives and Applications
373- ** /* hashlib * @ gpshead @ picnixz @ tiran
374- ** /* hashopenssl * @ gpshead @ picnixz @ tiran
385+ ** /* hashlib * @ gpshead @ picnixz
386+ ** /* hashopenssl * @ gpshead @ picnixz
375387** /* hmac * @ gpshead @ picnixz
376388** /* ssl * @ gpshead @ picnixz
377389Modules /_hacl / @ gpshead @ picnixz
378- Modules /* blake * @ gpshead @ picnixz @ tiran
379- Modules /* md5 * @ gpshead @ picnixz @ tiran
380- Modules /* sha * @ gpshead @ picnixz @ tiran
390+ Modules /* blake * @ gpshead @ picnixz
391+ Modules /* md5 * @ gpshead @ picnixz
392+ Modules /* sha * @ gpshead @ picnixz
381393
382394# Codecs
383395Modules /cjkcodecs / @ corona10
@@ -406,11 +418,15 @@ Lib/test/test_dataclasses/ @ericvsmith
406418
407419# Dates and times
408420Doc /** /* time.rst @ pganssle @ abalkin
421+ Doc /library /zoneinfo.rst @ pganssle
409422Include /datetime.h @ pganssle @ abalkin
410423Include /internal /pycore_time.h @ pganssle @ abalkin
424+ Lib /test /test_zoneinfo / @ pganssle
425+ Lib /zoneinfo / @ pganssle
411426Lib /* time.py @ pganssle @ abalkin
412427Lib /test /datetimetester.py @ pganssle @ abalkin
413428Lib /test /test_ * time.py @ pganssle @ abalkin
429+ Modules /* zoneinfo * @ pganssle
414430Modules /* time * @ pganssle @ abalkin
415431Python /pytime.c @ pganssle @ abalkin
416432
@@ -525,6 +541,11 @@ Lib/pydoc.py @AA-Turner
525541Lib /pydoc_data / @ AA-Turner
526542Lib /test /test_pydoc / @ AA-Turner
527543
544+ # Profiling (Sampling)
545+ Doc /library /profiling * .rst @ pablogsal
546+ Lib /profiling / @ pablogsal
547+ Lib /test /test_profiling / @ pablogsal
548+
528549# PyREPL
529550Lib /_pyrepl / @ pablogsal @ lysnikolaou @ ambv
530551Lib /test /test_pyrepl / @ pablogsal @ lysnikolaou @ ambv
0 commit comments