From: Victor Stinner Date: Wed, 5 Nov 2014 14:27:54 +0000 (+0100) Subject: (Merge 3.4) asyncio: Move loop attribute to _FlowControlMixin X-Git-Tag: v3.5.0a1~521 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5239caf8358f8b8a77b26fa01bd8af0b7105e422;p=thirdparty%2FPython%2Fcpython.git (Merge 3.4) 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) --- 5239caf8358f8b8a77b26fa01bd8af0b7105e422