Skip to content

gh-123085: Fix issue in inferred caller when resources package has no source - #123102

Merged
jaraco merged 2 commits into
python:mainfrom
jaraco:gh-123085/inferred-compiled
Sep 12, 2024
Merged

gh-123085: Fix issue in inferred caller when resources package has no source#123102
jaraco merged 2 commits into
python:mainfrom
jaraco:gh-123085/inferred-compiled

Conversation

@jaraco

@jaracojaraco commented Aug 17, 2024

Copy link
Copy Markdown
Member

@jaracojaraco changed the title Fix issue in inferred caller when resources package has no sourcegh-123085: Fix issue in inferred caller when resources package has no sourceAug 17, 2024
@jaracojaraco added needs backport to 3.12 only security fixes needs backport to 3.13 bugs and security fixes labels Aug 17, 2024
@jaraco
jaraco marked this pull request as ready for review September 12, 2024 09:02
@jaraco
jaracoforce-pushed the gh-123085/inferred-compiled branch from e4bfe86 to b6bd51dCompareSeptember 12, 2024 09:18
@jaraco
jaracoforce-pushed the gh-123085/inferred-compiled branch from b6bd51d to 097b06cCompareSeptember 12, 2024 18:38
@jaraco

Copy link
Copy Markdown
MemberAuthor

I'm proceeding with a merge to unblock #124018.

@jaraco
jaraco enabled auto-merge (squash) September 12, 2024 18:49
@jaraco
jaraco merged commit a53812d into python:mainSep 12, 2024
@miss-islington-app

Copy link
Copy Markdown

Thanks @jaraco for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13.
🐍🍒⛏🤖

@miss-islington-app

Copy link
Copy Markdown

Sorry, @jaraco, I could not cleanly backport this to 3.13 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker a53812df126b99bca25187441a123c7785ee82a0 3.13

@miss-islington-app

Copy link
Copy Markdown

Sorry, @jaraco, I could not cleanly backport this to 3.12 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker a53812df126b99bca25187441a123c7785ee82a0 3.12

@jaraco
jaraco deleted the gh-123085/inferred-compiled branch September 12, 2024 19:38
@jaraco

jaraco commented Sep 12, 2024

Copy link
Copy Markdown
MemberAuthor

The backport to 3.13 is blocked by:

jaraco added a commit to jaraco/cpython that referenced this pull request Sep 12, 2024
…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>
@bedevere-app

Copy link
Copy Markdown

GH-124021 is a backport of this pull request to the 3.12 branch.

@bedevere-appbedevere-appBot removed the needs backport to 3.12 only security fixes label Sep 12, 2024
@bedevere-app

Copy link
Copy Markdown

GH-124024 is a backport of this pull request to the 3.13 branch.

@bedevere-appbedevere-appBot removed the needs backport to 3.13 bugs and security fixes label Sep 12, 2024
jaraco added a commit that referenced this pull request Jan 5, 2025
… 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)
jaraco added a commit that referenced this pull request Aug 15, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@jaraco