[issue38192] Fix invocation of EchoClientProtocol

2019-09-17 Thread Andrew Svetlov
Change by Andrew Svetlov : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue38192] Fix invocation of EchoClientProtocol

2019-09-17 Thread miss-islington
miss-islington added the comment: New changeset 1ba74719e3a213a2c473b92f3a79f8399e65f80a by Miss Islington (bot) in branch '3.8': bpo-38192: Fix remaining passing of "loop" in the protocol examples (GH-16202) https://github.com/python/cpython/commit/1ba74719e3a213a2c473b92f3a79f8399e65f80a

[issue38192] Fix invocation of EchoClientProtocol

2019-09-17 Thread miss-islington
miss-islington added the comment: New changeset facbd316b409f3775da2a74d0845938b4c7b88f0 by Miss Islington (bot) in branch '3.7': bpo-38192: Fix remaining passing of "loop" in the protocol examples (GH-16202) https://github.com/python/cpython/commit/facbd316b409f3775da2a74d0845938b4c7b88f0

[issue38192] Fix invocation of EchoClientProtocol

2019-09-17 Thread miss-islington
Change by miss-islington : -- pull_requests: +15819 pull_request: https://github.com/python/cpython/pull/16218 ___ Python tracker ___

[issue38192] Fix invocation of EchoClientProtocol

2019-09-17 Thread miss-islington
Change by miss-islington : -- pull_requests: +15820 pull_request: https://github.com/python/cpython/pull/16219 ___ Python tracker ___

[issue38192] Fix invocation of EchoClientProtocol

2019-09-17 Thread miss-islington
miss-islington added the comment: New changeset 5d359cc62e0244e1fd8d17146a4135079d6843bf by Miss Islington (bot) (Hrvoje Nikšić) in branch 'master': bpo-38192: Fix remaining passing of "loop" in the protocol examples (GH-16202)

[issue38192] Fix invocation of EchoClientProtocol

2019-09-16 Thread Hrvoje Nikšić
New submission from Hrvoje Nikšić : This is a followup on issue38178. While testing the new code, I noticed that my change introduced a bug, where the code still attempts to pass "loop" when constructing an EchoClientProtocol. A pull request is attached. Also, I've noticed that the MyProtocol

[issue38192] Fix invocation of EchoClientProtocol

2019-09-16 Thread Hrvoje Nikšić
Change by Hrvoje Nikšić : -- keywords: +patch pull_requests: +15806 stage: -> patch review pull_request: https://github.com/python/cpython/pull/16202 ___ Python tracker ___