https://github.com/python/cpython/commit/a2864ec64352832bd7eb2afed4e0164d1368ceef commit: a2864ec64352832bd7eb2afed4e0164d1368ceef branch: 3.13 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2026-05-12T16:20:25Z summary:
[3.13] Remove myself from CODEOWNERS (GH-149727) (#149734) (cherry picked from commit 058c12528d98954c44d6f92f2eea48b881c1967f) Co-authored-by: Berker Peksag <[email protected]> files: M .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 13d1e3e901cdd1..2827a9942096a8 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 _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
