[issue24400] Awaitable ABC incompatible with functools.singledispatch

Stefan Behnel report at bugs.python.org
Wed Jun 24 22:41:14 CEST 2015


Stefan Behnel added the comment:

> I originally planned to make the next Cython release patch the Generator
> and Coroutine ABCs into collections.abc, but I now think it would be worth
> uploading an "abc_backports" package to PyPI instead that does that and on
> which asyncio, tornado and other packages could simply depend with a
> try-import.

Done:

https://pypi.python.org/pypi/backports_abc

Feedback welcome.

Stefan

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24400>
_______________________________________


More information about the Python-bugs-list mailing list