March 30, 2005
3:51 p.m.
On Wed, 30 Mar 2005 10:28:25 -0500, James Y Knight <foom@fuhm.net> wrote:
On Mar 30, 2005, at 8:14 AM, Jp Calderone wrote:
Another thing about the change, though, is that it makes Twisted even more broken on threadless platforms. *poke foom*
Oughtn't. isInIOThread always returns true if you haven't initialized threads yet.
James
Except when it raises an exception, instead. :) I started on a bunch of threadless fixes. Now that 2.0 is out the door it might be time to pull them back into trunk. The code is in /branches/exarkun/threadless/ if anyone wants to look/contribute. Jp