You need to sign in or sign up before continuing.
  • Denis Bilenko's avatar
    test__greenlet.py: fix TestStuff.test_wait_error · 72dcf7de
    Denis Bilenko authored
    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.
    72dcf7de
test__greenlet.py 21.9 KB