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

Fix _is_same_module() on PyPy #119

Merged
merged 1 commit into from
Jan 20, 2024
Merged

Fix _is_same_module() on PyPy #119

merged 1 commit into from
Jan 20, 2024

Conversation

mgorny
Copy link
Contributor

@mgorny mgorny commented Nov 17, 2023

Fix _is_same_module() to account for __module__ attribute possibly being None, as it currently is in PyPy, rather than non-present, as it is in CPython.

Fixes #118

Fix `_is_same_module()` to account for `__module__` attribute possibly
being `None`, as it currently is in PyPy, rather than non-present,
as it is in CPython.

Fixes mkorpela#118
@mkorpela mkorpela merged commit c870e64 into mkorpela:main Jan 20, 2024
@mkorpela
Copy link
Owner

Thank you for the contribution!

@mgorny mgorny deleted the pypy-mod branch January 20, 2024 12:54
@mgorny
Copy link
Contributor Author

mgorny commented Jan 20, 2024

Thank you!

Sign up for free to 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.

Test failures with pypy3.10 7.3.13
2 participants