Set .discard(), .remove() & .pop()

  • + 0 comments

    If anyone is hitting a snag using PyPy, switch to Python3. There is some deterministic way that pop removes items from the set that breaks subsequent calls to remove().