Skip to content

pkg_resources performance issues #942

Closed
@tgbugs

Description

@tgbugs

pypa/setuptools#510

import pkg_resources

One potential fix (that I have implemented manually) is to move the import statement inside

entry_points = [ep for ep in pkg_resources.iter_entry_points('markdown.extensions', ext_name)]
and add an if statement to check it has already been imported and assigned as an instance variable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureFeature request.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions