Skip to content

How to reduce memory usage with the PEG interpreter in Python 3.10 #136116

Closed as duplicate of#123282
@xinsheng3

Description

@xinsheng3

Feature or enhancement

Proposal:

Python 3.10 retains only the PEG parser and removes the old parser (you cannot switch back to the old parser using "-X oldparser" to save memory overhead). So, is there a way to reduce the memory usage of scripts with the new PEG parser? Some machines are sensitive to memory usage.

Has this already been discussed elsewhere?

No response given

Links to previous discussion of this feature:

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions