Python 3.13 added a new `cleanup_socket` argument to `create_unix_server`: https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.loop.create_unix_server Looks like it has not yet been added in https://github.com/python/typeshed/blob/a48daed339a22b867e643496124b7714dc1bb8b7/stdlib/asyncio/events.pyi#L424
Python 3.13 added a new
cleanup_socketargument tocreate_unix_server: https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.loop.create_unix_serverLooks like it has not yet been added in
typeshed/stdlib/asyncio/events.pyi
Line 424 in a48daed