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

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


https://github.com/python/cpython/commit/7ae6f1ae09597ae76f15b98e13e767194d6f9fe2
commit: 7ae6f1ae09597ae76f15b98e13e767194d6f9fe2
branch: 3.9
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:32:26-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 7fe615a1e869e..aa08f2487ff53 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -79,7 +79,7 @@ Include/pytime.h              @pganssle @abalkin
 /Lib/test/test_peg_generator/ @pablogsal @lysnikolaou
 
 # SQLite 3
-**/*sqlite*                   @berkerpeksag
+**/*sqlite*                   @berkerpeksag @erlend-aasland
 
 # subprocess
 /Lib/subprocess.py            @gpshead



More information about the Python-checkins mailing list