Skip to content

Importing msrest.exceptions is expensive #23

@johanste

Description

@johanste

Importing msrest pulls in quite a few modules (indirectly), including, but not limited to, requests, in its init.py. The azure-cli is working on startup performance, and are looking at delay loading modules as much as we can.

Being able to at least use the exception classes from msrest without taking the module load hit would be a very welcome improvement.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions