https://github.com/python/cpython/commit/5a6615ff9281b4f5204d18159e19cd6e92b0fb9a
commit: 5a6615ff9281b4f5204d18159e19cd6e92b0fb9a
branch: main
author: Pablo Galindo Salgado <[email protected]>
committer: pablogsal <[email protected]>
date: 2026-02-15T16:07:03Z
summary:

gh-142349: Add CODEOWNERS for lazy imports (#144840)

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 6b6074be0a5728..a12fae18d51c21 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -292,6 +292,12 @@ Python/jit.c                  @brandtbucher 
@savannahostrowski @diegorusso
 Tools/jit/                    @brandtbucher @savannahostrowski @diegorusso
 InternalDocs/jit.md           @brandtbucher @savannahostrowski @diegorusso 
@AA-Turner
 
+# Lazy imports (PEP 810)
+Objects/lazyimportobject.c                 @twouters @DinoV @pablogsal
+Include/internal/pycore_lazyimportobject.h @twouters @DinoV @pablogsal
+Lib/test/test_import/test_lazy_imports.py  @twouters @DinoV @pablogsal
+Lib/test/test_import/data/lazy_imports/    @twouters @DinoV @pablogsal
+
 # Micro-op / μop / Tier 2 Optimiser
 Python/optimizer.c            @markshannon @Fidget-Spinner
 Python/optimizer_analysis.c   @markshannon @tomasr8 @Fidget-Spinner 
@savannahostrowski

_______________________________________________
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]

Reply via email to