staticchar__pyx_doc_6gevent_4core_dispatch[]="Dispatch all events on the event queue.\n Returns -1 on error, 0 on success, and 1 if no events are registered.\n ";
staticchar__pyx_doc_6gevent_4core_dispatch[]="Dispatch all events on the event queue.\n Returns 0 on success, and 1 if no events are registered.\n May raise IOError.\n ";
staticchar__pyx_doc_6gevent_4core_loop[]="Dispatch all pending events on queue in a single pass.\n Returns -1 on error, 0 on success, and 1 if no events are registered.";
staticchar__pyx_doc_6gevent_4core_loop[]="Dispatch all pending events on queue in a single pass.\n Returns 0 on success, and 1 if no events are registered.\n May raise IOError.\n";
* if get_version() != get_header_version() and get_header_version() is not None:
* import warnings
* msg = "version mismatch: system libevent version is %r but this gevent is compiled against %r" % (get_version(), get_header_version()) # <<<<<<<<<<<<<<