-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
[3.13] gh-116608: Apply style and compatibility changes from importlib_resources. (GH-123028) #123051
Conversation
…_metadata. (pythonGH-123028) (cherry picked from commit e913d2c) Co-authored-by: Jason R. Coombs <[email protected]>
I don't think this is important enough for a release candidate fix. |
Oops. I wasn't aware that we were in RC phase. I guess I'd lost track of time. I was considering this change blocking for #123037, not because the changes interact, but because when syncing the changes from importlib_resources@cpython to cpython@main, the files get copied wholesale (there's no VCS tracking), and these changes needed to be applied to get those codebases aligned. I'll revert this change and then re-submit the backport to be blocked on cutting of 3.13.0. |
… from importlib_resources. (pythonGH-123028) (python#123051)" This reverts commit 5ac14ee. This commit should be re-applied after 3.13.0 final.
…nd compatibility changes from importlib_resources. (pythonGH-123028) (python#123051)" This reverts commit 5ac14ee. This commit should be re-applied after 3.13.0 final.
GH-123072 is a backport of this pull request to the 3.13 branch. |
#123072 is the revert. |
…pythongh-116608: Apply style and compatibility changes from importlib_resources. (pythonGH-123028) (python#123051)"" This reverts commit 0a058bc.
And #123074 is the revert revert (re-apply) for after 3.13.0. |
(cherry picked from commit e913d2c)
Co-authored-by: Jason R. Coombs [email protected]