__contains__ is not typechecked for Lists
Closed this issue · 0 comments
billpmurphy commented
"a" in L[1L, 3L, ...]
fails to terminate; ideally, this should probably raise a TypeError
. Some other list operations may be similarly broken.
Hat tip pietrod21 on reddit.