mirror of
https://github.com/python/cpython.git
synced 2026-06-26 04:45:15 -04:00
4159644177
These give applications the option of more forcefully terminating client connections for asyncio servers. Useful when terminating a service and there is limited time to wait for clients to finish up their work. This is a do-over with a test fix for gh-114432, which was reverted.