Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
[3.13] gh-116608: Apply style and compatibility changes from importlib_resources. (GH-123028)#123051
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…_metadata. (pythonGH-123028)(cherry picked from commite913d2c)Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
5ac14ee
intopython:3.13Uh oh!
There was an error while loading.Please reload this page.
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 commit5ac14ee.This commit should be re-applied after 3.13.0 final.
…nd compatibility changes from importlib_resources. (pythonGH-123028) (python#123051)"This reverts commit5ac14ee.This commit should be re-applied after 3.13.0 final.
GH-123072 is a backport of this pull request to the3.13 branch. |
#123072 is the revert. |
…pythongh-116608: Apply style and compatibility changes from importlib_resources. (pythonGH-123028) (python#123051)""This reverts commit0a058bc.
And#123074 is the revert revert (re-apply) for after 3.13.0. |
Uh oh!
There was an error while loading.Please reload this page.
(cherry picked from commite913d2c)
Co-authored-by: Jason R. Coombsjaraco@jaraco.com