Skip to content

Generation of .pyc files #6961

@psifertex

Description

@psifertex

One area for potential improvement in startup time would be better creation of pyc files. For python > 3.8, it's possible to use PYTHONPYCACHEPREFIX to fix a location out of band that would store the created PYC files. This lets us save created pyc files in a writable location and save startup launch.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Component: Python APIIssue needs changes to the python APIEffort: TrivialIssues require < 1 day of workImpact: MediumIssue is impactful with a bad, or no, workaround

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions