Skip to content

gh-148110: Resolve lazy import filter names for relative imports#148111

Merged
pablogsal merged 3 commits intopython:mainfrom
pablogsal:lazy-stuff
Apr 6, 2026
Merged

gh-148110: Resolve lazy import filter names for relative imports#148111
pablogsal merged 3 commits intopython:mainfrom
pablogsal:lazy-stuff

Conversation

@pablogsal
Copy link
Copy Markdown
Member

@pablogsal pablogsal commented Apr 4, 2026

Copy link
Copy Markdown
Contributor

@msullivan msullivan left a comment

Choose a reason for hiding this comment

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

LGTM

fromlist = Py_NewRef(Py_None);
}
PyObject *args[] = {modname, name, fromlist};
PyObject *args[] = {modname, abs_name, fromlist};
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

That was easy!

@pablogsal pablogsal merged commit ca960b6 into python:main Apr 6, 2026
54 checks passed
@pablogsal pablogsal deleted the lazy-stuff branch April 6, 2026 21:29
@python python deleted a comment from bedevere-bot Apr 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants