Andrew Svetlov <[email protected]> added the comment:
Because it did work in a gray area. The finalization logic has slightly changed, some tricks that were working before now fails. Sure, other undocumented tricks start working :) The rule of thumb: please stop and close the asyncio loop before exiting the program. This rule allows for avoiding situations like this. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue42466> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
