Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qubesd: don't manually unlink the socket
Python 3.13 adds automatic socket cleanup - specifically, a cleanup_socket parameter to loop.create_unix_server, and it defaults to True. Manual cleanup is not needed anymore.
- Loading branch information