[Twisted-Python] Re: [Twisted-commits] r14922 - Fix to replace a lambda with something that's safe in the scope when it's
Jean-Paul Calderone
exarkun at divmod.com
Thu Oct 27 07:45:15 MDT 2005
On Thu, 27 Oct 2005 03:45:59 -0600, Matt Goodall <mg at wolfwood.twistedmatrix.com> wrote:
>Author: mg
>Date: Thu Oct 27 03:45:58 2005
>New Revision: 14922
>
>Modified:
> sandbox/mg/laxdb.py
>Log:
>Fix to replace a lambda with something that's safe in the scope when it's
>actually executed .... just in case anyone else is actually using this thing.
>
Note that this changes the behavior from constructing Failure instances in the reactor thread to creating them in a worker thread.
Jp
More information about the Twisted-Python
mailing list