[Twisted-Python] Re: [Twisted-commits] r13334 - Make log.err and log.msg actually threadsafe, by executing them in the
Jp Calderone
exarkun at divmod.com
Wed Mar 30 08:51:03 MST 2005
On Wed, 30 Mar 2005 10:28:25 -0500, James Y Knight <foom at 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
More information about the Twisted-Python
mailing list