Skip to content

Performance regression in pathlib path instantiation #112906

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
barneygale opened this issue Dec 9, 2023 · 0 comments
Closed

Performance regression in pathlib path instantiation #112906

barneygale opened this issue Dec 9, 2023 · 0 comments
Labels
3.13 bugs and security fixes performance Performance or resource usage topic-pathlib

Comments

@barneygale
Copy link
Contributor

barneygale commented Dec 9, 2023

#110670 has increased the time taken to instantiate a PurePath object by ~30%.

Linked PRs

@barneygale barneygale added performance Performance or resource usage topic-pathlib 3.13 bugs and security fixes labels Dec 9, 2023
barneygale added a commit to barneygale/cpython that referenced this issue Dec 9, 2023
…ation

This was caused by 76929fd, specifically its use of `super()` and its
packing/unpacking `*args`.
barneygale added a commit to barneygale/cpython that referenced this issue Dec 9, 2023
…ation

This was caused by 76929fd, specifically its use of `super()` and its
packing/unpacking `*args`.
barneygale added a commit that referenced this issue Dec 10, 2023
…112907)

This was caused by 76929fd, specifically its use of `super()` and its
packing/unpacking `*args`.

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
aisk pushed a commit to aisk/cpython that referenced this issue Feb 11, 2024
…ation (python#112907)

This was caused by 76929fd, specifically its use of `super()` and its
packing/unpacking `*args`.

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Glyphack pushed a commit to Glyphack/cpython that referenced this issue Sep 2, 2024
…ation (python#112907)

This was caused by 76929fd, specifically its use of `super()` and its
packing/unpacking `*args`.

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.13 bugs and security fixes performance Performance or resource usage topic-pathlib
Projects
None yet
Development

No branches or pull requests

1 participant