asyncio: sync with Tulip

This commit is contained in:
Victor Stinner 2014-12-18 12:29:53 +01:00
parent 3a1c738e6c
commit dc7765d12c
6 changed files with 37 additions and 16 deletions

View file

@ -5,11 +5,14 @@ import re
import sys
import threading
import unittest
from test import support
from unittest import mock
import asyncio
from asyncio import test_utils
try:
from test import support # gc_collect
except ImportError:
from asyncio import test_support as support
def _fakefunc(f):