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 <storchaka@gmail.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl>
|
GH-140839 is a backport of this pull request to the 3.9 branch. |
…s() (pythonGH-134952) (cherry picked from commit f029e8d) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl>
|
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 <storchaka@gmail.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl>
|
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 <storchaka@gmail.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl>
|
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 <storchaka@gmail.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl>
|
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 <storchaka@gmail.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl>
|
GH-140851 is a backport of this pull request to the 3.10 branch. |
…thonGH-134952) Co-authored-by: Łukasz Langa <lukasz@langa.pl>
pathModules #136065