Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment on lines +296 to +299
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

three-space alignment

Suggested change
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
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

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, somehow this autolanded before I could apply this, let me fix in another commit

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


# Micro-op / μop / Tier 2 Optimiser
Python/optimizer.c @markshannon @Fidget-Spinner
Python/optimizer_analysis.c @markshannon @tomasr8 @Fidget-Spinner @savannahostrowski
Expand Down
Loading