aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>2023-01-05 14:28:02 -0800
committerGitHub <noreply@github.com>2023-01-05 14:28:02 -0800
commitd84b1a97f942ed25693e9b3c735196399ca4a791 (patch)
tree8872f7fd8d1a01339a060ab59dac4368dd9f1e42 /.github
parentgh-100562: improve performance of `pathlib.Path.absolute()` (GH-100563) (diff)
downloadcpython-d84b1a97f942ed25693e9b3c735196399ca4a791.tar.gz
cpython-d84b1a97f942ed25693e9b3c735196399ca4a791.tar.bz2
cpython-d84b1a97f942ed25693e9b3c735196399ca4a791.zip
Add hauntsaninja as tomllib CODEOWNER (#100779)
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 1d7c1e843fe..351bf7c3955 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -144,7 +144,7 @@ Lib/ast.py @isidentical
**/*cgi* @ethanfurman
**/*tarfile* @ethanfurman
-**/*tomllib* @encukou
+**/*tomllib* @encukou @hauntsaninja
**/*sysconfig* @FFY00