Files
cpython/Lib/asyncio
Victor Stinner 004adb91f6 asyncio: Move loop attribute to _FlowControlMixin
Move the _loop attribute from the constructor of _SelectorTransport,
_ProactorBasePipeTransport and _UnixWritePipeTransport classes to the
constructor of the _FlowControlMixin class.

Add also an assertion to explicit that the parent class must ensure that the
loop is defined (not None)
2014-11-05 15:27:41 +01:00
..
2014-07-14 18:33:40 +02:00
2014-07-11 01:04:16 +02:00
2014-07-29 12:58:23 +02:00
2014-08-25 23:20:52 +02:00