Kaydet (Commit) 3563ccc9 authored tarafından Yury Selivanov's avatar Yury Selivanov

Merge 3.4

...@@ -1205,7 +1205,7 @@ class BaseEventLoop(events.AbstractEventLoop): ...@@ -1205,7 +1205,7 @@ class BaseEventLoop(events.AbstractEventLoop):
return return
enabled = bool(enabled) enabled = bool(enabled)
if self._coroutine_wrapper_set is enabled: if self._coroutine_wrapper_set == enabled:
return return
wrapper = coroutines.debug_wrapper wrapper = coroutines.debug_wrapper
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment