codeowners: add myself to getpath, site, and venv (#126994)

Signed-off-by: Filipe Laíns <lains@riseup.net>
This commit is contained in:
Filipe Laíns 🇵🇸 2024-11-19 12:43:34 +00:00 committed by GitHub
parent 30aeb00d36
commit 6309e9e07a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 1 deletions

13
.github/CODEOWNERS vendored
View File

@ -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