From: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Date: Thu, 5 Jan 2023 22:28:02 +0000 (-0800) Subject: Add hauntsaninja as tomllib CODEOWNER (#100779) X-Git-Tag: v3.12.0a4~49 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d84b1a97f942ed25693e9b3c735196399ca4a791;p=thirdparty%2FPython%2Fcpython.git Add hauntsaninja as tomllib CODEOWNER (#100779) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 1d7c1e843fe9..351bf7c39555 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