The Wayback Machine - https://web.archive.org/web/20221223110339/https://github.com/python/cpython/pull/20558
Skip to content
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

bpo-17005: Move topological sort functionality to its own module #20558

Merged
merged 4 commits into from May 31, 2020

Conversation

pablogsal
Copy link
Member

@pablogsal pablogsal commented May 31, 2020

Copy link
Contributor

@rhettinger rhettinger left a comment

Wow, that was fast :-)

@pablogsal pablogsal merged commit 2f172d8 into python:master May 31, 2020
4 checks passed
@miss-islington
Copy link
Contributor

miss-islington commented May 31, 2020

Thanks @pablogsal for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9.
🐍🍒🤖

@bedevere-bot
Copy link

bedevere-bot commented May 31, 2020

GH-20561 is a backport of this pull request to the 3.9 branch.

miss-islington added a commit that referenced this pull request Jun 1, 2020
…20558)

The topological sort functionality that was introduced initially in the
functools module has been moved to a new graphlib module to
better accommodate the new tools and keep the original scope of the
functools module.
(cherry picked from commit 2f172d8)

Co-authored-by: Pablo Galindo <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants