gh-142594: fix by property calls io.TextIOWrapper.detach#142706
gh-142594: fix by property calls io.TextIOWrapper.detach#142706encukou merged 4 commits intopython:mainfrom yihong0618:hy/close_issue_142594
Conversation
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
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 <cmaloney@users.noreply.github.com>
|
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 <zouzou0208@gmail.com> Signed-off-by: yihong0618 <zouzou0208@gmail.com>
…pythonGH-142706) (cherry picked from commit 1d3854a) Co-authored-by: yihong <zouzou0208@gmail.com> Signed-off-by: yihong0618 <zouzou0208@gmail.com>
|
GH-142757 is a backport of this pull request to the 3.13 branch. |
…nGH-142706) Signed-off-by: yihong0618 <zouzou0208@gmail.com>
|
add
self->detachedcheckTextIOWrapper.close()via re-entrantclosedproperty that detachesbuffer#142594