4 Nov
2011
4 Nov
'11
11:54 p.m.
This is awesome, BUT...
...would probably have to be distributed outside of Twisted proper (at least for the moment), as Twisted supports versions of Python < 2.6, where select.kqueue would not exist.
(Maybe this is your plan, but I'm just pointing it out.)
We've said e.g. Windows only supports Python 2.5 or later even when everything else supports Python 2.4. And we have inlineCallbacks which only runs on Python 2.5 or later. Saying "kqueue reactor only works on Python 2.6 and later" seems fine to me. -Itamar