bpo-32015: Asyncio looping during simultaneously socket read/write an…#4386
Conversation
|
Hello, and thanks for your contribution! I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA). Unfortunately our records indicate you have not signed the CLA. For legal reasons we need you to sign this before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue. Thanks again to your contribution and we look forward to looking at it! |
|
Looks good to me, but we need a unit test. A functional one, ideally. |
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
|
I have made the requested changes; please review again |
|
Thanks for making the requested changes! @asvetlov: please review the changes made to this pull request. |
|
Sorry, @andr-04 and @asvetlov, I could not cleanly backport this to |
|
@asvetlov, What about Python 3.5? |
|
Python 3.5 is in security mode, the current policy for bugfix backporting is applied to 3.6 only. |
…ite an… (pythonGH-4386) * bpo-32015: Asyncio cycling during simultaneously socket read/write and reconnection * Tests fix * Tests fix * News add * Add new unit tests. (cherry picked from commit e1d62e0)
|
GH-4393 is a backport of this pull request to the 3.6 branch. |
|
I actually asked for a functional test, not a mocked one. @andr-04 can you add one in a separate PR? |
|
I'll try. The reproducing script is there if you are interested in. |
https://bugs.python.org/issue32015