-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
gh-123085: Fix issue in inferred caller when resources package has no source #123102
Conversation
e4bfe86
to
b6bd51d
Compare
…has no source. From importlib_resources 6.4.3 (python/importlib_resources#314).
b6bd51d
to
097b06c
Compare
I'm proceeding with a merge to unblock #124018. |
Thanks @jaraco for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
Sorry, @jaraco, I could not cleanly backport this to
|
Sorry, @jaraco, I could not cleanly backport this to
|
The backport to 3.13 is blocked by: |
…ackage has no source (pythonGH-123102) pythongh-123085: Fix issue in inferred caller when resources package has no source. From importlib_resources 6.4.3 (python/importlib_resourcesGH-314). (cherry picked from commit a53812d) Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
GH-124021 is a backport of this pull request to the 3.12 branch. |
…ckage has no source (pythonGH-123102)
GH-124024 is a backport of this pull request to the 3.13 branch. |
… has no source (GH-123102) (#124021) gh-123085: Fix issue in inferred caller when resources package has no source. From importlib_resources 6.4.3 (python/importlib_resourcesGH-314). (cherry picked from commit a53812d)
Await gh-121735: Fix module-adjacent references in zip files #123037
importlib.resources.files() doesn't work correctly when importlib library is compiled #123085: Fix issue in inferred caller when resources package has no source.