[issue32591] Deprecate sys.set_coroutine_wrapper and replace it with more focused API(s)

Yury Selivanov report at bugs.python.org
Fri Jan 26 14:32:12 EST 2018


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

Nathaniel's latest PR looks good and fixes the crash.

FWIW losing some warnings during interpreter shutdown isn't exactly a new problem, therefore I think there's nothing wrong with the new API here.  For instance, I've seen asyncio's CoroWrapper losing warnings in the exact same fashion.

So I've merged Nathaniel's PR.  I think we can rollback the new API if we discover more problems during the beta-1 period.

----------

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


More information about the Python-bugs-list mailing list