Skip to content

Use sys.meta_path instead of our old-style import hook #727

Closed
@filmor

Description

@filmor

Python.NET as of now overrides __import__ directly which works, but has multiple nasty issues. Implementing a PEP302 compatible loader would allow us to keep __import__ alone, solving at least #559, #547. There's probably more issues due to this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions