Closed mgorny closed 9 months ago
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.
_is_same_module()
__module__
None
Fixes #118
Thank you for the contribution!
Thank you!
Fix
_is_same_module()
to account for__module__
attribute possibly beingNone
, as it currently is in PyPy, rather than non-present, as it is in CPython.Fixes #118