From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Tue, 12 May 2026 16:20:25 +0000 (+0300) Subject: [3.13] Remove myself from CODEOWNERS (GH-149727) (#149734) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2864ec64352832bd7eb2afed4e0164d1368ceef;p=thirdparty%2FPython%2Fcpython.git [3.13] Remove myself from CODEOWNERS (GH-149727) (#149734) (cherry picked from commit 058c12528d98954c44d6f92f2eea48b881c1967f) Co-authored-by: Berker Peksag --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 13d1e3e901cd..2827a9942096 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -171,7 +171,7 @@ Lib/ast.py @isidentical **/*multiprocessing* @gpshead # SQLite 3 -**/*sqlite* @berkerpeksag @erlend-aasland +**/*sqlite* @erlend-aasland # subprocess /Lib/subprocess.py @gpshead