Bare except and bare raise are both bad Python style in general, for
exactly the reasons that lvh and glyph have identified.  That
inlineCallbacks (might?) turn "bad style as it might fail when you
least expect it" into "always fails" doesn't seem like a bug to me --
in fact, by removing some nondeterminism[1] I think it's a feature!

Dustin

[1] Of the worst kind: based on deployment details, library versions,
configuration, and DB server behavior, rather than truly random

On Mon, Jul 28, 2014 at 7:44 PM, Steve Waterbury
<water...@pangalactic.us> wrote:
> On 07/28/2014 06:56 PM, Glyph Lefkowitz wrote:
>>
>>
>> On Jul 28, 2014, at 1:54 AM, Laurens Van Houtven <_...@lvh.io> wrote:
>>
>>> Honored twistedeers,
>>
>>
>> Seriously, we need to come up with a good collective noun for ourselves
>> one day.  We should have a referendum or something.
>
>
> I vote for "minions" ... :)
>
> Steve
>
>
> _______________________________________________
> Twisted-Python mailing list
> Twisted-Python@twistedmatrix.com
> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

_______________________________________________
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to