diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0928f051d5148a..9f581216ca96e3 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -82,8 +82,8 @@ Tools/patchcheck/ @AA-Turner # Autotools configure* @erlend-aasland @corona10 @AA-Turner @emmatyping Makefile.pre.in @erlend-aasland @AA-Turner @emmatyping +Modules/makesetup @erlend-aasland @AA-Turner @emmatyping Modules/Setup* @erlend-aasland @AA-Turner @emmatyping -Modules/makesetup @emmatyping Tools/build/regen-configure.sh @AA-Turner diff --git a/Lib/asyncio/streams.py b/Lib/asyncio/streams.py index c8c01f36474183..59e22f523a85c5 100644 --- a/Lib/asyncio/streams.py +++ b/Lib/asyncio/streams.py @@ -214,7 +214,6 @@ def _stream_reader(self): return self._stream_reader_wr() def _replace_transport(self, transport): - loop = self._loop self._transport = transport self._over_ssl = transport.get_extra_info('sslcontext') is not None