Skip to content

Commit 9a7be93

Browse files
committed
chore: review tweaks
1 parent 26908b7 commit 9a7be93

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Lib/test/test_asyncio/test_selector_events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,7 @@ def test_transport_close_remove_writer(self, m_log):
10521052
remove_writer.assert_called_with(self.sock_fd)
10531053

10541054
def test_write_buffer_after_close(self):
1055-
# If the transport is closed while:
1055+
# gh-115514: If the transport is closed while:
10561056
# * Transport write buffer is not empty
10571057
# * Transport is paused
10581058
# * Protocol has data in its buffer, like SSLProtocol in self._outgoing
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
Fix exceptions and incomplete writes after asyncio _SelectorTransport
1+
Fix exceptions and incomplete writes after :class:`!asyncio._SelectorTransport`
22
is closed before writes are completed.
3-
Breaking change introduced in gh-106503, released in 3.12.0.

0 commit comments

Comments
 (0)