8000 Optimize `pathlib.Path.glob()` by avoiding repeated calls to `os.path.normcase()` · Issue #104104 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content
8000
Optimize pathlib.Path.glob() by avoiding repeated calls to os.path.normcase() #104104
Closed
@barneygale

Description

@barneygale

As part of removing "flavour" classes in #31691, I changed pathlib's glob() implementation: previously it used re.IGNORECASE to implement case-insensitive matches, whereas after it called os.path.normcase() on the pattern and the paths. The new behaviour is a little slower, and I think we should restore the previous implementation.

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    3.12only security fixesperformancePerformance or resource usagetopic-pathlibtype-featureA feature request or enhancement

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0