&=
and -=
operator between Set types do not work correctly.
#3992
Labels
z-ca-2022
Tag to track contrubution-academy 2022
Feature
I'm trying to fix
@unittest.expectedFailure
test_inplace_on_self
in filetest_set.py
.I found the two operator fail.
&=
and-=
is not work correctly.[
&=
][
-=
]Maybe the points to start
&=
-=
Python Documentation
CPython Method
&=
https://github.com/python/cpython/blob/75a6441718dcbc65d993c9544e67e25bef120e82/Objects/setobject.c#L1181-L1261
-=
https://github.com/python/cpython/blob/75a6441718dcbc65d993c9544e67e25bef120e82/Objects/setobject.c#L1406-L1461
The text was updated successfully, but these errors were encountered: