]> granicus.if.org Git - python/commit
asyncio: sync with Tulip
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 9 Jan 2015 20:32:05 +0000 (21:32 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 9 Jan 2015 20:32:05 +0000 (21:32 +0100)
commit70db9e428aa476682ca80369d09a968b35729845
tree8ae8f3ec699f537280445f089804feac93bd35ae
parent7eb10311be26e8f353530ed79476d4c859243401
asyncio: sync with Tulip

* Tulip issue 184: FlowControlMixin constructor now get the event loop if the
  loop parameter is not set. Add unit tests to ensure that constructor of
  StreamReader and StreamReaderProtocol classes get the event loop.
* Remove outdated TODO/XXX
Lib/asyncio/futures.py
Lib/asyncio/proactor_events.py
Lib/asyncio/selector_events.py
Lib/asyncio/streams.py
Lib/asyncio/unix_events.py
Lib/test/test_asyncio/test_streams.py