forked from meteozond/twisted
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Author: exarkun Reviewer: radix Fixes twisted#1709 This changes deferredGenerator-wrapped generator functions to only produce Deferreds which fire with results which are *not* the result of a yield waitForDeferred-wrapped Deferred. The common annoying manifestation of this bug is that a generator which handles an exception from waitForDeferred.getResult() with no subsequent yields would cause the deferredGenerator's result to be that Failure. git-svn-id: svn://svn.twistedmatrix.com/svn/Twisted/trunk@16779 bbbe8e31-12d6-0310-92fd-ac37d47ddeeb
- Loading branch information
Showing
5 changed files
with
108 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters