You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
test_generator is validating that qualname is correct for nested generators. But Python goes through a slightly odd path to make this happen via _PyEval_EvalCodeWithName. We don't current emulate that, and lose the qualified name.