-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
bpo-32015: Asyncio looping during simultaneously socket read/write an… #4386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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. |
asvetlov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like to stress @1st1 note: a new test is required.
Otherwise we could break the proposed feature easy by future refactoring at least.
|
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