{{ message }}
[3.13] gh-116608: Apply style and compatibility changes from importlib_resources. (GH-123028) - #123051
Merged
Conversation
…_metadata. (pythonGH-123028) (cherry picked from commit e913d2c) Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
jaraco
enabled auto-merge (squash)
August 15, 2024 19:34
Member
Member
|
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. |
jaraco
added a commit
to jaraco/cpython
that referenced
this pull request
Aug 16, 2024
… from importlib_resources. (pythonGH-123028) (python#123051)" This reverts commit 5ac14ee. This commit should be re-applied after 3.13.0 final.
jaraco
added a commit
to jaraco/cpython
that referenced
this pull request
Aug 16, 2024
…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. |
Member
|
#123072 is the revert. |
jaraco
added a commit
to jaraco/cpython
that referenced
this pull request
Aug 16, 2024
…pythongh-116608: Apply style and compatibility changes from importlib_resources. (pythonGH-123028) (python#123051)"" This reverts commit 0a058bc.
Member
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

(cherry picked from commit e913d2c)
Co-authored-by: Jason R. Coombs jaraco@jaraco.com