Yury Selivanov <[email protected]> added the comment:
Good catch. The function should be fixed to:
_marker = object()
def run(coro, *, debug=_marker):
if debug is not _marker:
loop.set_debug(debug)
----------
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue40454>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com