]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add Fidget-Spinner to more JIT CODEOWNERS (GH-142768)
authorKen Jin <kenjin@python.org>
Mon, 15 Dec 2025 21:50:42 +0000 (05:50 +0800)
committerGitHub <noreply@github.com>
Mon, 15 Dec 2025 21:50:42 +0000 (21:50 +0000)
.github/CODEOWNERS

index 13e06a3f0cb4bb8aa22b725c410872b85245be3f..4789cd2c59e6cbade000517f79916817241219b3 100644 (file)
@@ -289,10 +289,10 @@ Tools/jit/                    @brandtbucher @savannahostrowski @diegorusso
 InternalDocs/jit.md           @brandtbucher @savannahostrowski @diegorusso @AA-Turner
 
 # Micro-op / μop / Tier 2 Optimiser
-Python/optimizer.c            @markshannon
+Python/optimizer.c            @markshannon @Fidget-Spinner
 Python/optimizer_analysis.c   @markshannon @tomasr8 @Fidget-Spinner
 Python/optimizer_bytecodes.c  @markshannon @tomasr8 @Fidget-Spinner
-Python/optimizer_symbols.c    @markshannon @tomasr8
+Python/optimizer_symbols.c    @markshannon @tomasr8 @Fidget-Spinner
 
 # Parser, Lexer, and Grammar
 Grammar/python.gram           @pablogsal @lysnikolaou