Closed
Description
This code looks strange:
Lines 177 to 178 in 37e4e20
Function above intended as safe mutiply, but set (and frozenset) doesn't have
tp_as_number->nb_multiply
field, so it cannot be used with *
operator.
This code looks strange:
Lines 177 to 178 in 37e4e20
tp_as_number->nb_multiply
field, so it cannot be used with *
operator.