test__greenlet.py: fix TestStuff.test_wait_error
It failed because it depended on order in which greenlets spawned in the same iteration are executed. With libevent, the order used to be the same as spawn() calls. With libev, the order is reversed.
Showing
Please register or sign in to comment