| commit | 004adb91f6e05ac711b0554bbd0415a48fed623c | [log] [tgz] |
|---|---|---|
| author | Victor Stinner <victor.stinner@gmail.com> | Wed Nov 05 15:27:41 2014 +0100 |
| committer | Victor Stinner <victor.stinner@gmail.com> | Wed Nov 05 15:27:41 2014 +0100 |
| tree | 9325ab7de23395c0ceac21cf41c49be001be4240 | |
| parent | 7e8b8678f141d4e8198002972219895280b2d62d [diff] |
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)