Re: [Twisted-Python] inlineCallbacks loses custom exception type?

2012-12-07 Thread Benjamin Rutt
That's a useful data point, thanks. I usually don't use unreleased revisions of twisted, but I'll try the latest release for starters and see what the result is. Forgot to mention before, I am on python 2.7.1 and twisted 11.0.0, so there's a chance this is fixed in a later release from what I am

Re: [Twisted-Python] inlineCallbacks loses custom exception type?

2012-12-07 Thread exarkun
On 6 Dec, 03:36 am, rut...@osu.edu wrote: > >$ ./inlinecallbacks-loses-exception-types.py inline >got a garden variety exception >Traceback (most recent call last): > File "./inlinecallbacks-loses-exception-types.py", line 21, in >go_inlinecb >x = yield go2() >Exception: xyz I'm unable to re