https://github.com/python/cpython/commit/730133a0acae4d0c340a7f546733af05d4a82fa3 commit: 730133a0acae4d0c340a7f546733af05d4a82fa3 branch: main author: Peter Bierma <zintensity...@gmail.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-06-17T00:03:53+01:00 summary:
Add Peter Bierma as a codeowner for the object and runtime lifecycle (#135588) files: M .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 63a28490043899..7edadff2754e4d 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 _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: arch...@mail-archive.com