8000 gh-111246: Remove listening Unix socket on close by CendioOssman · Pull Request #111483 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-111246: Remove listening Unix socket on close #111483

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Nov 8, 2023
Merged
Diff view
Diff view
Prev Previous commit
Next Next commit
Mention gh issue in whatsnew
  • Loading branch information
CendioOssman committed Nov 6, 2023
commit acadacbf57c83123d6c28ed291eb79735a49f936
1 change: 1 addition & 0 deletions Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ asyncio

* :meth:`asyncio.loop.create_unix_server` will now automatically remove
the Unix socket when the server is closed.
(Contributed by Pierre Ossman in :gh:`111246`.)

copy
----
Expand Down
0