mirror of
https://github.com/python/cpython.git
synced 2025-07-12 13:55:34 +00:00
asyncio: sync with github asyncio
* queues: get coroutine from asyncio.coroutines, not from asyncio.tasks * tets: replace tulip with asyncio in comments
This commit is contained in:
parent
af320b389b
commit
e6ecea53c8
5 changed files with 10 additions and 8 deletions
|
@ -266,7 +266,7 @@ class SubprocessMixin:
|
|||
self.assertTrue(transport.resume_reading.called)
|
||||
|
||||
def test_stdin_not_inheritable(self):
|
||||
# Tulip issue #209: stdin must not be inheritable, otherwise
|
||||
# asyncio issue #209: stdin must not be inheritable, otherwise
|
||||
# the Process.communicate() hangs
|
||||
@asyncio.coroutine
|
||||
def len_message(message):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue