asyncio: Sync with mainstream

This commit is contained in:
Yury Selivanov 2015-08-04 15:37:24 -04:00
parent 2fee5c9367
commit 996083d6e6

View file

@ -1205,7 +1205,7 @@ class BaseEventLoop(events.AbstractEventLoop):
return
enabled = bool(enabled)
if self._coroutine_wrapper_set is enabled:
if self._coroutine_wrapper_set == enabled:
return
wrapper = coroutines.debug_wrapper