Skip to content

Commit 16da633

Browse files
authored
Remove @tiran from CODEOWNERS (#139513)
Christian Heimes is now inactive for 2 years.
1 parent 8797e1a commit 16da633

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/CODEOWNERS

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -241,10 +241,10 @@ Lib/test/test_getpath.py @FFY00
241241
Modules/getpath* @FFY00
242242

243243
# Hashing / ``hash()`` and related
244-
Include/cpython/pyhash.h @gpshead @picnixz @tiran
245-
Include/internal/pycore_pyhash.h @gpshead @picnixz @tiran
246-
Include/pyhash.h @gpshead @picnixz @tiran
247-
Python/pyhash.c @gpshead @picnixz @tiran
244+
Include/cpython/pyhash.h @gpshead @picnixz
245+
Include/internal/pycore_pyhash.h @gpshead @picnixz
246+
Include/pyhash.h @gpshead @picnixz
247+
Python/pyhash.c @gpshead @picnixz
248248

249249
# The import system (including importlib)
250250
**/*import* @brettcannon @ericsnowcurrently @ncoghlan @warsaw
@@ -371,14 +371,14 @@ Lib/calendar.py @AA-Turner
371371
Lib/test/test_calendar.py @AA-Turner
372372

373373
# Cryptographic Primitives and Applications
374-
**/*hashlib* @gpshead @picnixz @tiran
375-
**/*hashopenssl* @gpshead @picnixz @tiran
374+
**/*hashlib* @gpshead @picnixz
375+
**/*hashopenssl* @gpshead @picnixz
376376
**/*hmac* @gpshead @picnixz
377377
**/*ssl* @gpshead @picnixz
378378
Modules/_hacl/ @gpshead @picnixz
379-
Modules/*blake* @gpshead @picnixz @tiran
380-
Modules/*md5* @gpshead @picnixz @tiran
381-
Modules/*sha* @gpshead @picnixz @tiran
379+
Modules/*blake* @gpshead @picnixz
380+
Modules/*md5* @gpshead @picnixz
381+
Modules/*sha* @gpshead @picnixz
382382

383383
# Codecs
384384
Modules/cjkcodecs/ @corona10

0 commit comments

Comments
 (0)