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

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


https://github.com/python/cpython/commit/eded1036f14aeb30c697a4ad1bf58247bd985fc6
commit: eded1036f14aeb30c697a4ad1bf58247bd985fc6
branch: 3.10
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:27:00-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 9a5bc63924788..173b957b108c6 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -96,7 +96,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