[pypy-issue] [issue1183] set difference operator does not return a new set if the 2nd operand is an empty set

Lukas Diekmann tracker at bugs.pypy.org
Tue Jun 19 13:16:59 CEST 2012


Lukas Diekmann <Lukas.Diekmann at uni-duesseldorf.de> added the comment:

for sets with completely different content, set.difference returned a set that 
shared the storage of the first set. fixed.

----------
status: unread -> resolved

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1183>
________________________________________


More information about the pypy-issue mailing list