[issue40802] AbstractEventLoop.shutdown_default_executor breaks backwards compatibility

Yury Selivanov report at bugs.python.org
Tue Jun 9 14:06:27 EDT 2020


Yury Selivanov <yselivanov at gmail.com> added the comment:

> Since asyncio is no longer provisional, should it break backwards compatibility with just a What's New entry?

Adding new APIs to asyncio can't be classified as a backward compatibility issue. Otherwise the development of it would stall and nobody would benefit from it. uvloop and anyio will be eventually updated to support new APIs, I don't see any problem here.

----------
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list