gh-136065: Fix quadratic complexity in os.path.expandvars()#134952
gh-136065: Fix quadratic complexity in os.path.expandvars()#134952ambv merged 7 commits intopython:mainfrom
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]>
…thonGH-134952) Co-authored-by: Łukasz Langa <[email protected]>
pathModules #136065