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-44210: make importlib.metadata._meta.PackageMetadata public #26299
Conversation
Signed-off-by: Filipe Laíns <lains@riseup.net>
This looks good. It just needs to go into the backport too. I'll use this PR to illustrate how I accomplish that. |
Thanks @FFY00 for the PR |
…onGH-26299) Signed-off-by: Filipe Laíns <lains@riseup.net> Automerge-Triggered-By: GH:jaraco (cherry picked from commit df7eeac) Co-authored-by: Filipe Laíns <lains@riseup.net>
GH-26320 is a backport of this pull request to the 3.10 branch. |
Now that the PR is merged, the commit is stable in CPython, so I can target that commit to cherry-pick into importlib_metadata. |
From the
Because
But, we don't want the 'Misc' file, so remove it:
Now push that commit (python/importlib_metadata@786c744):
Optionally, consider cleaning up all those CPython commits with |
…onGH-26299) Signed-off-by: Filipe Laíns <lains@riseup.net> Automerge-Triggered-By: GH:jaraco
Signed-off-by: Filipe Laíns lains@riseup.net
https://bugs.python.org/issue44210
Automerge-Triggered-By: GH:jaraco
The text was updated successfully, but these errors were encountered: