[New-bugs-announce] [issue33624] Implement subclass hooks for asyncio abstract classes

Andrew Svetlov report at bugs.python.org
Wed May 23 15:18:18 EDT 2018


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

To make clean inheritance hierarchy of objects implemented by third-party loop implementations.
Now is impossible to implement AbstractServer in C or Cython.

See also https://github.com/MagicStack/uvloop/issues/131

----------
components: asyncio
messages: 317438
nosy: asvetlov, yselivanov
priority: normal
severity: normal
status: open
title: Implement subclass hooks for asyncio abstract classes
type: enhancement
versions: Python 3.8

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


More information about the New-bugs-announce mailing list