mirror of https://github.com/python/cpython
Add me to codeowners for hashlib & multiprocessing (#114454)
I already effectively own these. (multiprocessing reluctantly, but I've spent enough time in the code of late, it is important, and and championing some changes, so I may as well be looped in there).
This commit is contained in:
parent
1d7bddd961
commit
5725523695
|
@ -50,13 +50,13 @@ Objects/exceptions.c @iritkatriel
|
||||||
Python/traceback.c @iritkatriel
|
Python/traceback.c @iritkatriel
|
||||||
|
|
||||||
# Hashing
|
# Hashing
|
||||||
**/*hashlib* @tiran
|
**/*hashlib* @gpshead @tiran
|
||||||
**/*pyhash* @tiran
|
**/*pyhash* @gpshead @tiran
|
||||||
**/*sha* @tiran
|
**/sha* @gpshead @tiran
|
||||||
**/*md5* @tiran
|
Modules/md5* @gpshead @tiran
|
||||||
**/*blake* @tiran
|
**/*blake* @gpshead @tiran
|
||||||
/Modules/_blake2/** @tiran
|
Modules/_blake2/** @gpshead @tiran
|
||||||
/Modules/_sha3/** @tiran
|
Modules/_hacl/** @gpshead
|
||||||
|
|
||||||
# logging
|
# logging
|
||||||
**/*logging* @vsajip
|
**/*logging* @vsajip
|
||||||
|
@ -120,6 +120,9 @@ Lib/ast.py @isidentical
|
||||||
/Lib/unittest/mock.py @cjw296
|
/Lib/unittest/mock.py @cjw296
|
||||||
/Lib/test/test_unittest/testmock/* @cjw296
|
/Lib/test/test_unittest/testmock/* @cjw296
|
||||||
|
|
||||||
|
# multiprocessing
|
||||||
|
**/*multiprocessing* @gpshead
|
||||||
|
|
||||||
# SQLite 3
|
# SQLite 3
|
||||||
**/*sqlite* @berkerpeksag @erlend-aasland
|
**/*sqlite* @berkerpeksag @erlend-aasland
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue