[New-bugs-announce] [issue32363] Deprecate task.set_result() and task.set_exception()

Andrew Svetlov report at bugs.python.org
Mon Dec 18 05:59:23 EST 2017


New submission from Andrew Svetlov <andrew.svetlov at gmail.com>:

Task result is given from coroutine execution, explicit modification of the value should be deprecated and eventually removed.

----------
components: Library (Lib), asyncio
messages: 308542
nosy: asvetlov, yselivanov
priority: normal
severity: normal
status: open
title: Deprecate task.set_result() and task.set_exception()
type: behavior
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32363>
_______________________________________


More information about the New-bugs-announce mailing list