-
Type: Bug
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
None
We do not check the type of other in WriteConcern.__eq__ which can result in an AttributeError when other does not have the expected attributes. We should follow the same pattern as we do in ReadConcern.__eq__ instead.