mirror of
https://github.com/python/cpython.git
synced 2026-05-28 07:08:01 -04:00
004adb91f6
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)