Skip to content

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

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

Merged
merged 4 commits into from
May 31, 2020

Conversation

pablogsal
Copy link
Member

@pablogsal pablogsal commented May 31, 2020

@pablogsal pablogsal added the needs backport to 3.9 only security fixes label May 31, 2020
Copy link
Contributor

@rhettinger rhettinger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow, that was fast :-)

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

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

@pablogsal pablogsal deleted the bpo-17005 branch May 31, 2020 23:41
@bedevere-bot bedevere-bot removed the needs backport to 3.9 only security fixes label May 31, 2020
@bedevere-bot
Copy link

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.

5 participants