Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
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 6 .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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.