mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
asyncio: sync with Tulip
This commit is contained in:
parent
3a1c738e6c
commit
dc7765d12c
6 changed files with 37 additions and 16 deletions
|
|
@ -20,13 +20,16 @@ import errno
|
|||
import unittest
|
||||
from unittest import mock
|
||||
import weakref
|
||||
from test import support # find_unused_port, IPV6_ENABLED, TEST_HOME_DIR
|
||||
|
||||
|
||||
import asyncio
|
||||
from asyncio import proactor_events
|
||||
from asyncio import selector_events
|
||||
from asyncio import test_utils
|
||||
try:
|
||||
from test import support # find_unused_port, IPV6_ENABLED, TEST_HOME_DIR
|
||||
except ImportError:
|
||||
from asyncio import test_support as support
|
||||
|
||||
|
||||
def data_file(filename):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue