[Python-checkins] CODEOWNERS: Add Erlend Aasland as sqlite3 code owner (GH-92535)

miss-islington webhook-mailer at python.org
Mon May 9 04:32:23 EDT 2022


https://github.com/python/cpython/commit/a9f1cba06e4c8dbe35a1de5d1fa6918333341807
commit: a9f1cba06e4c8dbe35a1de5d1fa6918333341807
branch: 3.11
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2022-05-09T01:31:44-07:00
summary:

CODEOWNERS: Add Erlend Aasland as sqlite3 code owner (GH-92535)


Signed-off-by: Erlend E. Aasland <erlend.aasland at protonmail.com>
(cherry picked from commit 3edda031e4abcdc8a2974f2708db99eeb109de32)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland at protonmail.com>

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 62ee6f89cda67..0aea3983fa600 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -98,7 +98,7 @@ Lib/ast.py                    @isidentical
 /Lib/unittest/test/testmock/* @cjw296
 
 # SQLite 3
-**/*sqlite*                   @berkerpeksag
+**/*sqlite*                   @berkerpeksag @erlend-aasland
 
 # subprocess
 /Lib/subprocess.py            @gpshead



More information about the Python-checkins mailing list