@@ -35,6 +35,7 @@ Objects/type* @markshannon
3535Objects /codeobject.c @ markshannon
3636Objects /frameobject.c @ markshannon
3737Objects /call.c @ markshannon
38+ Objects /object.c @ ZeroIntensity
3839Python /ceval * .c @ markshannon
3940Python /ceval * .h @ markshannon
4041Python /codegen.c @ markshannon @ iritkatriel
@@ -44,8 +45,9 @@ Python/flowgraph.c @markshannon @iritkatriel
4445Python /instruction_sequence.c @ iritkatriel
4546Python /bytecodes.c @ markshannon
4647Python /optimizer * .c @ markshannon
47- Python /optimizer_analysis.c @ Fidget-Spinner
48- Python /optimizer_bytecodes.c @ Fidget-Spinner
48+ Python /optimizer_analysis.c @ Fidget-Spinner @ tomasr8
49+ Python /optimizer_bytecodes.c @ Fidget-Spinner @ tomasr8
50+ Python /optimizer_symbols.c @ tomasr8
4951Python /symtable.c @ JelleZijlstra @ carljm
5052Lib /_pyrepl /* @ pablogsal @ lysnikolaou @ ambv
5153Lib /test /test_patma.py @ brandtbucher
@@ -66,8 +68,8 @@ Doc/_static/** @AA-Turner @hugovk
6668Doc /tools /** @ AA-Turner @ hugovk
6769
6870# runtime state/lifecycle
69- ** /* pylifecycle * @ ericsnowcurrently
70- ** /* pystate * @ ericsnowcurrently
71+ ** /* pylifecycle * @ ericsnowcurrently @ ZeroIntensity
72+ ** /* pystate * @ ericsnowcurrently @ ZeroIntensity
7173** /* preconfig * @ ericsnowcurrently
7274** /* initconfig * @ ericsnowcurrently
7375** /* pathconfig * @ ericsnowcurrently
@@ -187,13 +189,13 @@ Include/internal/pycore_time.h @pganssle @abalkin
187189/Tools /cases_generator / @ markshannon
188190
189191# AST
190- Python /ast.c @ isidentical @ JelleZijlstra @ eclips4
191- Python /ast_preprocess.c @ isidentical @ eclips4
192- Parser /asdl.py @ isidentical @ JelleZijlstra @ eclips4
193- Parser /asdl_c.py @ isidentical @ JelleZijlstra @ eclips4
194- Lib /ast.py @ isidentical @ JelleZijlstra @ eclips4
195- Lib /_ast_unparse.py @ isidentical @ JelleZijlstra @ eclips4
196- Lib /test /test_ast / @ eclips4
192+ Python /ast.c @ isidentical @ JelleZijlstra @ eclips4 @ tomasr8
193+ Python /ast_preprocess.c @ isidentical @ eclips4 @ tomasr8
194+ Parser /asdl.py @ isidentical @ JelleZijlstra @ eclips4 @ tomasr8
195+ Parser /asdl_c.py @ isidentical @ JelleZijlstra @ eclips4 @ tomasr8
196+ Lib /ast.py @ isidentical @ JelleZijlstra @ eclips4 @ tomasr8
197+ Lib /_ast_unparse.py @ isidentical @ JelleZijlstra @ eclips4 @ tomasr8
198+ Lib /test /test_ast / @ eclips4 @ tomasr8
197199
198200# Mock
199201/Lib /unittest /mock.py @ cjw296
@@ -340,3 +342,6 @@ Modules/_xxtestfuzz/ @ammaraskar
340342Python /remote_debug.h @ pablogsal
341343Python /remote_debugging.c @ pablogsal
342344Modules /_remote_debugging_module.c @ pablogsal @ ambv @ 1st1
345+
346+ # gettext
347+ ** /* gettext * @ tomasr8
0 commit comments