Skip to content

Commit a651ee8

Browse files
authored
Update 2025-03-05-01-03-59.gh-issue-130850.FmU_5n.rst
1 parent c58433c commit a651ee8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
Type: Enhancement
2-
Title: Refactor :code:`_close_self_pipe` for conditional socket shutdown in :code:`asyncio/selector_events.py`
31
Issue: :gh:`130850`
42

53
Detailed changes:
6-
Python's :code:`asyncio` module has been enhanced with a refactored :code:`_close_self_pipe` function in :code:`selector_events.py`. This update introduces a :code:`shutdown` parameter, allowing developers to choose between a graceful socket shutdown or a standard close operation, thereby offering greater control over socket management within asynchronous applications.
4+
Modified :code:`_close_self_pipe` function in :code:`selector_events.py` in python/asyncio. This update introduces a :code:`shutdown` parameter, allowing for either a socket shutdown or the default socket close

0 commit comments

Comments
 (0)