-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
Closed
Labels
3.12only security fixesonly security fixesperformancePerformance or resource usagePerformance or resource usagetopic-pathlibtype-featureA feature request or enhancementA feature request or enhancement
Description
Two optimizations are possible:
is_absolute()can pass the unnormalized path toos.path.isabs()absolute()on an empty path (orPath.cwd()) can avoid joining an empty string onto the working directory (thus avoiding a call toos.path.join()), and short-circuit the string normalization (as the result ofgetcwd()is fully normalized)
Linked PRs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
3.12only security fixesonly security fixesperformancePerformance or resource usagePerformance or resource usagetopic-pathlibtype-featureA feature request or enhancementA feature request or enhancement