Forum Discussion

strp's avatar
strp
New Contributor
10 years ago

[python] check for 'item not in mylist' causes TestComplete to crash

    I am trying to build a list of backpointers. In there, I want to avoid duplicates. As far as i know i cant use a dict or set, because the items to be stored are not hashable. I implente...