-
-
Notifications
You must be signed in to change notification settings - Fork 33.3k
gh-136065: Fix quadratic complexity in os.path.expandvars() #134952
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
gh-136065: Fix quadratic complexity in os.path.expandvars() #134952
Conversation
f2ab255 to
e3b2c85
Compare
|
Thanks @serhiy-storchaka for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10, 3.11, 3.12, 3.13, 3.14. |
|
Sorry, @serhiy-storchaka and @ambv, I could not cleanly backport this to |
|
Sorry, @serhiy-storchaka and @ambv, I could not cleanly backport this to |
|
Sorry, @serhiy-storchaka and @ambv, I could not cleanly backport this to |
|
Sorry, @serhiy-storchaka and @ambv, I could not cleanly backport this to |
|
Sorry, @serhiy-storchaka and @ambv, I could not cleanly backport this to |
|
Sorry, @serhiy-storchaka and @ambv, I could not cleanly backport this to |
…() (pythonGH-134952) (cherry picked from commit f029e8d) Co-authored-by: Serhiy Storchaka <[email protected]> Co-authored-by: Łukasz Langa <[email protected]>
|
GH-140839 is a backport of this pull request to the 3.9 branch. |
…-134952) (GH-140839) (cherry picked from commit f029e8d) Co-authored-by: Serhiy Storchaka <[email protected]> Co-authored-by: Łukasz Langa <[email protected]>
…s() (pythonGH-134952) (cherry picked from commit f029e8d) Co-authored-by: Serhiy Storchaka <[email protected]> Co-authored-by: Łukasz Langa <[email protected]>
|
GH-140844 is a backport of this pull request to the 3.14 branch. |
…s() (pythonGH-134952) (cherry picked from commit f029e8d) Co-authored-by: Serhiy Storchaka <[email protected]> Co-authored-by: Łukasz Langa <[email protected]>
|
GH-140845 is a backport of this pull request to the 3.13 branch. |
…s() (pythonGH-134952) (cherry picked from commit f029e8d) Co-authored-by: Serhiy Storchaka <[email protected]> Co-authored-by: Łukasz Langa <[email protected]>
|
GH-140847 is a backport of this pull request to the 3.12 branch. |
…s() (pythonGH-134952) (cherry picked from commit f029e8d) Co-authored-by: Serhiy Storchaka <[email protected]> Co-authored-by: Łukasz Langa <[email protected]>
|
GH-140848 is a backport of this pull request to the 3.11 branch. |
…s() (pythonGH-134952) (cherry picked from commit f029e8d) Co-authored-by: Serhiy Storchaka <[email protected]> Co-authored-by: Łukasz Langa <[email protected]>
|
GH-140851 is a backport of this pull request to the 3.10 branch. |
…H-134952) (GH-140844) (cherry picked from commit f029e8d) Co-authored-by: Serhiy Storchaka <[email protected]>
…H-134952) (GH-140847) (cherry picked from commit f029e8d) Co-authored-by: Serhiy Storchaka <[email protected]> Co-authored-by: Łukasz Langa <[email protected]>
…H-134952) (GH-140851) (cherry picked from commit f029e8d) Co-authored-by: Serhiy Storchaka <[email protected]>
…H-134952) (GH-140845) (cherry picked from commit f029e8d) Co-authored-by: Serhiy Storchaka <[email protected]> Co-authored-by: Łukasz Langa <[email protected]>
…H-134952) (GH-140848) (cherry picked from commit f029e8d) Co-authored-by: Serhiy Storchaka <[email protected]>
pathModules #136065