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.

classification
Title: Implement subclass hooks for asyncio abstract classes
Type: enhancement Stage:
Components: asyncio Versions: Python 3.8
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: asvetlov, levkivskyi, yselivanov
Priority: normal Keywords:

Created on 2018-05-23 19:18 by asvetlov, last changed 2022-04-11 14:59 by admin.

Messages (1)
msg317438 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2018-05-23 19:18
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
History
Date User Action Args
2022-04-11 14:59:00adminsetgithub: 77805
2018-05-26 13:02:01levkivskyisetnosy: + levkivskyi
2018-05-23 19:18:18asvetlovcreate