Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf1680c3

Browse files
gh-99277: remove older version ofget_write_buffer_limits (#99280)
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
1 parent73679b1 commitf1680c3

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

‎Lib/asyncio/sslproto.py‎

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -199,12 +199,6 @@ def get_read_buffer_size(self):
199199
"""Return the current size of the read buffer."""
200200
returnself._ssl_protocol._get_read_buffer_size()
201201

202-
defget_write_buffer_limits(self):
203-
"""Get the high and low watermarks for write flow control.
204-
Return a tuple (low, high) where low and high are
205-
positive number of bytes."""
206-
returnself._ssl_protocol._transport.get_write_buffer_limits()
207-
208202
@property
209203
def_protocol_paused(self):
210204
# Required for sendfile fallback pause_writing/resume_writing logic
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove older version of ``_SSLProtocolTransport.get_write_buffer_limits`` in:mod:`!asyncio.sslproto`

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp