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

  • + 1 comment

    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().

    • + 0 comments

      Thanks