mirror of https://github.com/python/cpython
codeowners: add myself to getpath, site, and venv (#126994)
Signed-off-by: Filipe Laíns <lains@riseup.net>
This commit is contained in:
parent
30aeb00d36
commit
6309e9e07a
|
@ -81,6 +81,17 @@ Programs/_bootstrap_python.c @ericsnowcurrently
|
||||||
Programs/python.c @ericsnowcurrently
|
Programs/python.c @ericsnowcurrently
|
||||||
Tools/build/generate_global_objects.py @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
|
# Exceptions
|
||||||
Lib/test/test_except*.py @iritkatriel
|
Lib/test/test_except*.py @iritkatriel
|
||||||
Objects/exceptions.c @iritkatriel
|
Objects/exceptions.c @iritkatriel
|
||||||
|
@ -97,7 +108,7 @@ Modules/_hacl/** @gpshead
|
||||||
**/*logging* @vsajip
|
**/*logging* @vsajip
|
||||||
|
|
||||||
# venv
|
# venv
|
||||||
**/*venv* @vsajip
|
**/*venv* @vsajip @FFY00
|
||||||
|
|
||||||
# Launcher
|
# Launcher
|
||||||
/PC/launcher.c @vsajip
|
/PC/launcher.c @vsajip
|
||||||
|
|
Loading…
Reference in New Issue