disable incorrect optimisation for set.discard()
authorStefan Behnel <stefan_ml@behnel.de>
Mon, 4 Feb 2013 21:22:03 +0000 (22:22 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Mon, 4 Feb 2013 21:22:03 +0000 (22:22 +0100)
commitd43facd1ba1fd927f7f74e9acba18c5205bc7e3d
treed5ffdd6517657ecc713cb3edc039ddc8dd7f308e
parentcd31ff6762547ad257d948b86542872ad3272c9c
disable incorrect optimisation for set.discard()
Cython/Compiler/Builtin.py
tests/run/set_discard_remove.py [new file with mode: 0644]