8000 asyncio.start_unix_server() cleanup_socket defaulting to true in 3.13 is not documented · Issue #134664 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

asyncio.start_unix_server() cleanup_socket defaulting to true in 3.13 is not documented #134664

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
dmitrin9 opened this issue May 25, 2025 · 3 comments
Labels
3.13 bugs and security fixes 3.14 bugs and security fixes 3.15 new features, bugs and security fixes docs Documentation in the Doc dir topic-asyncio type-bug An unexpected behavior, bug, or error

Comments

@dmitrin9
Copy link

Documentation

In 3.13 a feature where unix sockets are automatically cleaned up was added in asyncio. It was seen as a compatibility break but was recent enough that we could not do anything specifically about it at the time. We were able to come to the agreement however, that the change, being breaking, needed to be documented but wasn't.

Relevant issue:
#133354

@dmitrin9 dmitrin9 added the docs Documentation in the Doc dir label May 25, 2025
@dmitrin9
Copy link
Author

I am currently not home but I can create a pr when I get home.

cc @Hawk777 @CendioOssman

@picnixz
Copy link
Member
picnixz commented May 25, 2025

cc @kumaraditya303

@picnixz
Copy link
Member
picnixz commented May 25, 2025

Note that 3.12 is security-only so we will not change the docs for 3.12 (even if they are incorrect), sorry. We will however change them in 3.13+.

NVM, the feature is only 3.13+

@picnixz picnixz changed the title asyncio.start_unix_server() cleanup_socket defaulting to true after 3.12 is not documented asyncio.start_unix_server() cleanup_socket defaulting to true in 3.13 is not documented May 25, 2025
@picnixz picnixz added type-bug An unexpected behavior, bug, or error 3.13 bugs and security fixes 3.14 bugs and security fixes 3.15 new features, bugs and security fixes labels May 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.13 bugs and security fixes 3.14 bugs and security fixes 3.15 new features, bugs and security fixes docs Documentation in the Doc dir topic-asyncio type-bug An unexpected behavior, bug, or error
Projects
Status: Todo
Status: Todo
Development

No branches or pull requests

2 participants
0