| 744 | |
| 745 | # A TLS for the running event loop, used by _get_running_loop. |
| 746 | class _RunningLoop(threading.local): |
| 747 | loop_pid = (None, None) |
| 748 | |
| 749 | |
| 750 | _running_loop = _RunningLoop() |
no outgoing calls
no test coverage detected
searching dependent graphs…