]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-101336: Add keep_alive keyword arg for asyncio create_server() (#112485)
authorbeavailable <beavailable@proton.me>
Wed, 13 Dec 2023 03:23:29 +0000 (11:23 +0800)
committerGitHub <noreply@github.com>
Wed, 13 Dec 2023 03:23:29 +0000 (03:23 +0000)
commit3aea6c4823e90172c9bc36cd20dc51b295d8a3c4
tree12040ee3f1f6e9fcb679b8be79905587281592ee
parenta3a1cb48456c809f7b1ab6a6ffe83e8b3f69be0f
gh-101336: Add keep_alive keyword arg for asyncio create_server() (#112485)
Doc/library/asyncio-eventloop.rst
Lib/asyncio/base_events.py
Lib/asyncio/events.py
Misc/NEWS.d/next/Library/2023-11-28-02-39-30.gh-issue-101336.ya433z.rst [new file with mode: 0644]