This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author socketpair
Recipients matrixise, socketpair, yselivanov
Date 2017-07-25.15:29:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500996544.32.0.286385949288.issue31033@psf.upfronthosting.co.za>
In-reply-to
Content
Hmmm....

task.set_exception(Exception('xxx'))

Will it cancel whole chain of depending futures in a RIGHT way ?
Or we must require exception passed here to be subclassed from CancelledError ?
History
Date User Action Args
2017-07-25 15:29:04socketpairsetrecipients: + socketpair, yselivanov, matrixise
2017-07-25 15:29:04socketpairsetmessageid: <1500996544.32.0.286385949288.issue31033@psf.upfronthosting.co.za>
2017-07-25 15:29:04socketpairlinkissue31033 messages
2017-07-25 15:29:04socketpaircreate