-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
bpo-33833: Fix ProactorSocketTransport AssertionError (v2) #7893
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
When this fix will be released? |
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.
@1st1 would be nice to get your review too
I think the fix is OK. BTW, @twisteroidambassador if you're interested in doing proper refactoring (or a rewrite) of Proactor we need help for that :) |
@asvetlov: Please replace |
Thanks @twisteroidambassador for the PR, and @asvetlov for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7. |
(cherry picked from commit 9045199) Co-authored-by: twisteroid ambassador <[email protected]>
GH-8575 is a backport of this pull request to the 3.7 branch. |
thanks! |
(cherry picked from commit 9045199) Co-authored-by: twisteroid ambassador <[email protected]>
Will this fix available in version 3.7.1 ? |
Yes |
Maintenance releases 3.7.1 Today is 2018/07/31 |
The fact that on the last day of 2018-07 the "Expected" date is still not a specific date means, I have to assume, that 3.7.1 will miss its target and will not be released in 2018-07. So don't worry just yet. @1st1 I'm interested, but probably not yet capable of doing a refactor properly. ;-) I'll work my way there. |
We have a fix, a unit test, and a blurb. Hopefully it's ready for merge.
https://bugs.python.org/issue33833