Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

test_generator fails due to subtle difference #86

Open
@DinoV

Description

@DinoV

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.

http://bugs.python.org/issue26093

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions