mirror of
https://github.com/python/cpython.git
synced 2025-09-28 03:13:48 +00:00
asyncio: Sync with mainstream
This commit is contained in:
parent
2fee5c9367
commit
996083d6e6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue