https://github.com/python/cpython/commit/f3c0e0e47a25c79be185465ea21ab969738f4088 commit: f3c0e0e47a25c79be185465ea21ab969738f4088 branch: 3.14 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2026-05-12T19:30:10+03:00 summary:
[3.14] Remove myself from CODEOWNERS (GH-149727) (#149733) (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 a60afb1bf6f91f..b54e5791367ca7 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -213,7 +213,7 @@ Lib/test/test_ast/ @eclips4 **/*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]
