https://github.com/python/cpython/commit/6309e9e07a855e08c223a0e295710c8bd66e793d commit: 6309e9e07a855e08c223a0e295710c8bd66e793d branch: main author: Filipe Laíns 🇵🇸 <[email protected]> committer: FFY00 <[email protected]> date: 2024-11-19T12:43:34Z summary:
codeowners: add myself to getpath, site, and venv (#126994) Signed-off-by: Filipe Laíns <[email protected]> files: M .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 669844854b2fe5..9e190d43b28ef9 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -81,6 +81,17 @@ Programs/_bootstrap_python.c @ericsnowcurrently Programs/python.c @ericsnowcurrently Tools/build/generate_global_objects.py @ericsnowcurrently +# Initialization +Doc/library/sys_path_init.rst @FFY00 +Doc/c-api/init_config.rst @FFY00 + +# getpath +**/*getpath* @FFY00 + +# site +**/*site.py @FFY00 +Doc/library/site.rst @FFY00 + # Exceptions Lib/test/test_except*.py @iritkatriel Objects/exceptions.c @iritkatriel @@ -97,7 +108,7 @@ Modules/_hacl/** @gpshead **/*logging* @vsajip # venv -**/*venv* @vsajip +**/*venv* @vsajip @FFY00 # Launcher /PC/launcher.c @vsajip _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
