-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
gh-142594: fix by property calls io.TextIOWrapper.detach #142706
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
Signed-off-by: yihong0618 <[email protected]>
Signed-off-by: yihong0618 <[email protected]>
Signed-off-by: yihong0618 <[email protected]>
cmaloney
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.
LGTM
Misc/NEWS.d/next/Library/2025-12-14-18-30-48.gh-issue-142594.belDmD.rst
Outdated
Show resolved
Hide resolved
…elDmD.rst Co-authored-by: Cody Maloney <[email protected]>
serhiy-storchaka
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.
LGTM. 👍
|
Thanks @yihong0618 for the PR, and @encukou for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
|
Sorry, @yihong0618 and @encukou, I could not cleanly backport this to |
|
Sorry, @yihong0618 and @encukou, I could not cleanly backport this to |
|
(Working on the backports; auto failed because of my refactor / move of |
|
GH-142755 is a backport of this pull request to the 3.14 branch. |
…pythonGH-142706) (cherry picked from commit 1d3854a) Co-authored-by: yihong <[email protected]> Signed-off-by: yihong0618 <[email protected]>
…pythonGH-142706) (cherry picked from commit 1d3854a) Co-authored-by: yihong <[email protected]> Signed-off-by: yihong0618 <[email protected]>
|
GH-142757 is a backport of this pull request to the 3.13 branch. |
add
self->detachedcheckTextIOWrapper.close()via re-entrantclosedproperty that detachesbuffer#142594