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 chris.jerdonek
Recipients Ilya.Kulakov, asvetlov, chris.jerdonek, yselivanov
Date 2019-02-19.19:29:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550604548.41.0.137918521915.issue32363@roundup.psfhosted.org>
In-reply-to
Content
> There's no clear reason to complicate the Task<->coroutine relationship by allowing to inject arbitrary exceptions into running coroutines.

My comment was more about CancelledError rather than arbitrary exceptions. You didn't reply to the part of my response saying that Task.cancel() doesn't let you communicate why the task was ended, which is something the removed API's let you do.
History
Date User Action Args
2019-02-19 19:29:08chris.jerdoneksetrecipients: + chris.jerdonek, asvetlov, yselivanov, Ilya.Kulakov
2019-02-19 19:29:08chris.jerdoneksetmessageid: <1550604548.41.0.137918521915.issue32363@roundup.psfhosted.org>
2019-02-19 19:29:08chris.jerdoneklinkissue32363 messages
2019-02-19 19:29:08chris.jerdonekcreate