You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Clarify that __module__ check must come before PyObject_HasAttrString
- MagicMock objects auto-respond True to HasAttr, causing false positives
- Module name check gates the HasAttr calls to prevent this
0 commit comments