]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111246: Remove listening Unix socket on close (#111483)
authorPierre Ossman (ThinLinc team) <ossman@cendio.se>
Wed, 8 Nov 2023 16:10:10 +0000 (17:10 +0100)
committerGitHub <noreply@github.com>
Wed, 8 Nov 2023 16:10:10 +0000 (08:10 -0800)
commit74b868f636a8af9e5540e3315de666500147d47a
treee36a68b54fee50c800155c22ba796dcdbaab498c
parentf88caab467eb57cfe293cdf9fb7cce29b24fda7f
gh-111246: Remove listening Unix socket on close (#111483)

Try to clean up the socket file we create so we don't add unused noise to the file system.
Doc/library/asyncio-eventloop.rst
Doc/whatsnew/3.13.rst
Lib/asyncio/unix_events.py
Lib/test/test_asyncio/test_server.py
Misc/NEWS.d/next/Library/2023-10-30-14-47-23.gh-issue-111246.QJ_ehs.rst [new file with mode: 0644]