[pypy-issue] [issue731] Problem handling set operations

Jose Antonio Martin H. tracker at bugs.pypy.org
Fri May 27 19:26:03 CEST 2011


New submission from Jose Antonio Martin H. <jamartinh at fdi.ucm.es>:

for b in ( G.Neighborhood(a) - G.Neighborhood(x) - {x} ):
                                                                      
TypeError: unsupported operand type(s) for -: 'set' and 'int'

Seems to have problems with the {x} set

----------
messages: 2553
nosy: jamartinh, pypy-issue
priority: bug
release: 1.5
status: unread
title: Problem handling set operations

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


More information about the pypy-issue mailing list