X Tutup
Skip to content

[3.13] gh-127655: Ensure _SelectorSocketTransport.writelines pauses the protocol if needed (GH-127656)#127663

Merged
kumaraditya303 merged 1 commit intopython:3.13from
miss-islington:backport-e991ac8-3.13
Dec 6, 2024
Merged

[3.13] gh-127655: Ensure _SelectorSocketTransport.writelines pauses the protocol if needed (GH-127656)#127663
kumaraditya303 merged 1 commit intopython:3.13from
miss-islington:backport-e991ac8-3.13

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Dec 6, 2024

Ensure _SelectorSocketTransport.writelines pauses the protocol if it reaches the high water mark as needed.
(cherry picked from commit e991ac8)

Co-authored-by: J. Nick Koston nick@koston.org
Co-authored-by: Kumar Aditya kumaraditya@python.org

…the protocol if needed (pythonGH-127656)

Ensure `_SelectorSocketTransport.writelines` pauses the protocol if it reaches the high water mark as needed.
(cherry picked from commit e991ac8)

Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
@kumaraditya303 kumaraditya303 merged commit 71e8429 into python:3.13 Dec 6, 2024
@miss-islington miss-islington deleted the backport-e991ac8-3.13 branch January 2, 2026 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup