-
Stefan Behnel authored
fix creation order of set literals by first generating all items and only then adding them to the set (as CPython does it) --HG-- rename : tests/run/set.pyx => tests/run/set_literals.py
f71c9006
fix creation order of set literals by first generating all items and only then adding them to the set (as CPython does it) --HG-- rename : tests/run/set.pyx => tests/run/set_literals.py