From: Peter Bierma Date: Mon, 16 Jun 2025 23:03:53 +0000 (-0400) Subject: Add Peter Bierma as a codeowner for the object and runtime lifecycle (#135588) X-Git-Tag: v3.15.0a1~1287 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=730133a0acae4d0c340a7f546733af05d4a82fa3;p=thirdparty%2FPython%2Fcpython.git Add Peter Bierma as a codeowner for the object and runtime lifecycle (#135588) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 63a284900438..7edadff2754e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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