Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50c479e commit 5a6615fCopy full SHA for 5a6615f
1 file changed
.github/CODEOWNERS
@@ -292,6 +292,12 @@ Python/jit.c @brandtbucher @savannahostrowski @diegorusso
292
Tools/jit/ @brandtbucher @savannahostrowski @diegorusso
293
InternalDocs/jit.md @brandtbucher @savannahostrowski @diegorusso @AA-Turner
294
295
+# Lazy imports (PEP 810)
296
+Objects/lazyimportobject.c @twouters @DinoV @pablogsal
297
+Include/internal/pycore_lazyimportobject.h @twouters @DinoV @pablogsal
298
+Lib/test/test_import/test_lazy_imports.py @twouters @DinoV @pablogsal
299
+Lib/test/test_import/data/lazy_imports/ @twouters @DinoV @pablogsal
300
+
301
# Micro-op / μop / Tier 2 Optimiser
302
Python/optimizer.c @markshannon @Fidget-Spinner
303
Python/optimizer_analysis.c @markshannon @tomasr8 @Fidget-Spinner @savannahostrowski
0 commit comments