https://hg.python.org/cpython/rev/6d9d3a866b2b changeset: 97246:6d9d3a866b2b parent: 97243:b363cddc2c81 parent: 97245:07c0384eaacb user: Yury Selivanov <yselivanov at sprymix.com> date: Tue Aug 04 15:37:58 2015 -0400 summary: Merge 3.5 files: Lib/asyncio/base_events.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Lib/asyncio/base_events.py b/Lib/asyncio/base_events.py --- a/Lib/asyncio/base_events.py +++ b/Lib/asyncio/base_events.py @@ -1205,7 +1205,7 @@ return enabled = bool(enabled) - if self._coroutine_wrapper_set is enabled: + if self._coroutine_wrapper_set == enabled: return wrapper = coroutines.debug_wrapper -- Repository URL: https://hg.python.org/cpython