]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
CODEOWNERS: Add Erlend Aasland as sqlite3 code owner (GH-92535)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 9 May 2022 08:32:26 +0000 (01:32 -0700)
committerGitHub <noreply@github.com>
Mon, 9 May 2022 08:32:26 +0000 (01:32 -0700)
Signed-off-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
(cherry picked from commit 3edda031e4abcdc8a2974f2708db99eeb109de32)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
.github/CODEOWNERS

index 7fe615a1e869ebaf7900e0684bc97b4d18c3188c..aa08f2487ff5361fe6a9d5864825e6683bad38ef 100644 (file)
@@ -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