Re: [Twisted-Python] inlineCallbacks + raise exception behavior is different than deferred.errback

2014-04-03 Thread Croepha
Apologies, here is the example, pasted on pound-python http://paste.pound-python.org/show/t4MsnEHFYAQrJ0pv6gsY/ On Thu, Apr 3, 2014 at 11:54 AM, wrote: > On 04:36 pm, croe...@gmail.com wrote: > >> Hello: >> > > Hi, > > I don't know about anyone else but in my email client all of the > indentat

[Twisted-Python] inlineCallbacks + raise exception behavior is different than deferred.errback

2014-04-03 Thread Croepha
Hello: Please refer to the following script: import sys import twisted.internet.defer import twisted.internet.reactor import twisted.python.log print "Twisted version", twisted.version print "Python version", sys.version class ExceptionToRaise(Exception): pass exception_to_raise = ExceptionToR

Re: [Twisted-Python] Question about "starving" the reactor

2011-09-29 Thread Croepha
On Mon, Jun 20, 2011 at 11:23 AM, Luke Marsden < luke-li...@hybrid-logic.co.uk> wrote: > On Mon, 2011-06-20 at 11:09 -0400, Glyph Lefkowitz wrote: > > On Jun 20, 2011, at 7:39 AM, Phil Mayers wrote: > > > On 20/06/11 11:29, Orestis Markou wrote: > > >> It might be there's no way to do guarantee so