• Denis Bilenko's avatar
    major backward-incompatible changes to core; it is now libevent-2 based · 6c7b8ee8
    Denis Bilenko authored
    - libevent1.4 currently does not compile
    - interface is not compatible with previous version
    - core no longer initializes the event base (Hub does it)
    - core.event and core.http accept event_base
    - core.event clears 'callback' and 'arg' after callback is executed or it was cancelled (unless it was persistent). this helps to avoid creating GC cycles
    - core: read_event/write_event/timer/active_event/.. are gone (but now available as methods on event_base, with different interface, however)
    6c7b8ee8
greenlet.py 19.9 KB