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

plugins: execute TODO that was waiting for end of py2 support #2213

Merged
merged 1 commit into from
Dec 2, 2021

Conversation

dgw
Copy link
Member

@dgw dgw commented Nov 11, 2021

Description

We can use collections.OrderedDict.move_to_end() now.

Checklist

  • I have read CONTRIBUTING.md
  • I can and do license this contribution under the EFLv2
  • No issues are reported by make qa (runs make quality and make test)
  • I have tested the functionality of the things this change touches

Notes

Yes, I know CI is going to fail pending resolution of #2210. Hoping the revert will happen soon and Python 3.9.x will get the "expedited release" that a maintainer requested at the Python bug tracker.

@dgw dgw added the Housekeeping Code cleanup, removal of deprecated stuff, etc. label Nov 11, 2021
@dgw dgw added this to the 8.0.0 milestone Nov 11, 2021
@dgw dgw requested a review from a team November 11, 2021 20:08
Copy link
Contributor

@Exirel Exirel left a comment

Choose a reason for hiding this comment

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

🚢

@dgw dgw force-pushed the plugins-py2-TODO branch from fb237a5 to d00dfa4 Compare December 2, 2021 17:56
@dgw
Copy link
Member Author

dgw commented Dec 2, 2021

Yikes, I didn't realize this branch was already linked to a PR and thought I was adding to a WIP. Can either finish/fix the additional changes, or revert and make them in a separate patch.

@Exirel
Copy link
Contributor

Exirel commented Dec 2, 2021

Can either finish/fix the additional changes, or revert and make them in a separate patch.

I'd rather see it reverted, because it was already approved. The import thing requires more time to check what is going on exactly.

@dgw dgw force-pushed the plugins-py2-TODO branch from d00dfa4 to 9af117a Compare December 2, 2021 18:13
@dgw
Copy link
Member Author

dgw commented Dec 2, 2021

This should be back to the originally approved/passing state. imp/importlib rework moved to a new branch named plugins-handlers-kill-imp. 😈

@dgw dgw merged commit 8f84de7 into master Dec 2, 2021
@dgw dgw deleted the plugins-py2-TODO branch December 2, 2021 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Housekeeping Code cleanup, removal of deprecated stuff, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants