]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add Peter Bierma as a codeowner for the object and runtime lifecycle (#135588)
authorPeter Bierma <zintensitydev@gmail.com>
Mon, 16 Jun 2025 23:03:53 +0000 (19:03 -0400)
committerGitHub <noreply@github.com>
Mon, 16 Jun 2025 23:03:53 +0000 (00:03 +0100)
.github/CODEOWNERS

index 63a2849004389939ace1189484dd3a3e0f2e6301..7edadff2754e4dc8dc94b24fad07f4750158ff66 100644 (file)
@@ -35,6 +35,7 @@ Objects/type*                 @markshannon
 Objects/codeobject.c          @markshannon
 Objects/frameobject.c         @markshannon
 Objects/call.c                @markshannon
+Objects/object.c              @ZeroIntensity
 Python/ceval*.c               @markshannon
 Python/ceval*.h               @markshannon
 Python/codegen.c              @markshannon @iritkatriel
@@ -66,8 +67,8 @@ Doc/_static/**                @AA-Turner @hugovk
 Doc/tools/**                  @AA-Turner @hugovk
 
 # runtime state/lifecycle
-**/*pylifecycle*              @ericsnowcurrently
-**/*pystate*                  @ericsnowcurrently
+**/*pylifecycle*              @ericsnowcurrently @ZeroIntensity
+**/*pystate*                  @ericsnowcurrently @ZeroIntensity
 **/*preconfig*                @ericsnowcurrently
 **/*initconfig*               @ericsnowcurrently
 **/*pathconfig*               @ericsnowcurrently