[New-bugs-announce] [issue32364] Add AbstractFuture and AbstractTask
Andrew Svetlov
report at bugs.python.org
Mon Dec 18 06:13:10 EST 2017
New submission from Andrew Svetlov <andrew.svetlov at gmail.com>:
Asyncio supports custom future and task by third-party loop implementation.
Abstract classes for them is needed.
AbstractTask should not have set_result()/set_exception() maybe, is this case abstract base is needed (AbstractPromise, AbstractCancellableValue or whatever).
----------
components: Library (Lib), asyncio
messages: 308543
nosy: asvetlov, yselivanov
priority: normal
severity: normal
status: open
title: Add AbstractFuture and AbstractTask
versions: Python 3.7
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32364>
_______________________________________
More information about the New-bugs-announce
mailing list