mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +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
|
||||
|
||||
enabled = bool(enabled)
|
||||
if self._coroutine_wrapper_set is enabled:
|
||||
if self._coroutine_wrapper_set == enabled:
|
||||
return
|
||||
|
||||
wrapper = coroutines.debug_wrapper
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue