Skip to content
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-123930: Correct test of attribute failure to account for iOS #125959

Merged
merged 2 commits into from
Oct 25, 2024

Conversation

freakboy3742
Copy link
Contributor

#123929 improved the error message when a Python module shadows a binary module.

However, the test that was added didn't account for the behavior of the iOS import scheme. On iOS, the spec origin and the module's __file__ aren't equivalent, due to the iOS Framework loader. As a result, the test which was looking for the module's __file__ in the exception that is raised failed on the iOS buildbots.

On every other platform, The spec.origin and the module's __file__ are the same, so this PR updates the test to use the spec's origin.

@freakboy3742 freakboy3742 added skip issue skip news 3.13 bugs and security fixes OS-ios 3.14 new features, bugs and security fixes needs backport to 3.13 bugs and security fixes labels Oct 25, 2024
@freakboy3742
Copy link
Contributor Author

!buildbot iOS

@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by @freakboy3742 for commit 41ed908 🤖

The command will test the builders whose names match following regular expression: iOS

The builders matched are:

  • iOS ARM64 Simulator PR

Copy link
Contributor

@hauntsaninja hauntsaninja left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the quick fix!

@freakboy3742
Copy link
Contributor Author

!buildbot iOS

@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by @freakboy3742 for commit 8111d82 🤖

The command will test the builders whose names match following regular expression: iOS

The builders matched are:

  • iOS ARM64 Simulator PR

@freakboy3742 freakboy3742 merged commit 75401fe into python:main Oct 25, 2024
34 checks passed
@miss-islington-app
Copy link

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 25, 2024
…pythonGH-125959)

Update a test of importing attributes from binary modules to account for iOS conditions.
(cherry picked from commit 75401fe)

Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
@bedevere-app
Copy link

bedevere-app bot commented Oct 25, 2024

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

@bedevere-app bedevere-app bot removed the needs backport to 3.13 bugs and security fixes label Oct 25, 2024
hauntsaninja pushed a commit that referenced this pull request Oct 25, 2024
GH-125959) (#125960)

gh-123930: Correct test of attribute failure to account for iOS (GH-125959)

Update a test of importing attributes from binary modules to account for iOS conditions.
(cherry picked from commit 75401fe)

Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
@freakboy3742 freakboy3742 deleted the ios-binmodule-attr-fail branch October 25, 2024 07:58
freakboy3742 added a commit to freakboy3742/cpython that referenced this pull request Dec 13, 2024
…for iOS (pythonGH-125959) (python#125960)

pythongh-123930: Correct test of attribute failure to account for iOS (pythonGH-125959)

Update a test of importing attributes from binary modules to account for iOS conditions.
(cherry picked from commit 75401fe)

Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
freakboy3742 added a commit to freakboy3742/cpython that referenced this pull request Dec 13, 2024
…for iOS (pythonGH-125959) (python#125960)

pythongh-123930: Correct test of attribute failure to account for iOS (pythonGH-125959)

Update a test of importing attributes from binary modules to account for iOS conditions.
(cherry picked from commit 75401fe)

Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
ebonnal pushed a commit to ebonnal/cpython that referenced this pull request Jan 12, 2025
…python#125959)

Update a test of importing attributes from binary modules to account for iOS conditions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.13 bugs and security fixes 3.14 new features, bugs and security fixes OS-ios skip issue skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants