Feature or enhancement
Proposal:
Currently for a non-module-level import statement, like def f(): import foo, python will generate bytecode contains foo + eager. But we do not have a test for that and it should be added.
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Linked PRs
Feature or enhancement
Proposal:
Currently for a non-module-level import statement, like
def f(): import foo, python will generate bytecode containsfoo + eager. But we do not have a test for that and it should be added.Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Linked PRs