-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
bpo-39493: Fix definition of IO.closed in typing.py #18265
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
@gvanrossum: Please replace |
Thanks @hauntsaninja for the PR, and @gvanrossum for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8. |
Thanks @hauntsaninja for the PR, and @gvanrossum for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7. |
I'm guessing this deserves some backporting. |
GH-18273 is a backport of this pull request to the 3.7 branch. |
(cherry picked from commit 2e6569b) Co-authored-by: Shantanu <[email protected]>
GH-18274 is a backport of this pull request to the 3.8 branch. |
(cherry picked from commit 2e6569b) Co-authored-by: Shantanu <[email protected]>
(cherry picked from commit 2e6569b) Co-authored-by: Shantanu <[email protected]>
* bpo-39493: Fix definition of IO.closed in typing.py (GH-18265) (cherry picked from commit 2e6569b) Co-authored-by: Shantanu <[email protected]> * Use @absractproperty Co-authored-by: Shantanu <[email protected]> Co-authored-by: Guido van Rossum <[email protected]>
https://bugs.python.org/issue39493