Uh oh!
There was an error while loading. Please reload this page.
gh-134657: Remove newly added private names from asyncio.__all__ - #134665
Conversation
This removes the names that were added in 3.14, so we can backport to the 3.14 branch. We can remove the remaining private names for 3.15 only in the main branch.
picnixz
left a comment
There was a problem hiding this comment.
Good to know that I'm a code owner of the ssl tests in asyncio...
Uh oh!
There was an error while loading. Please reload this page.
…YFhR9.rst Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
kumaraditya303
commented
Jul 8, 2025
As I commented on the issue, I don't see value in making these changes, it changes almost 47 files which I was trying to avoid in the first place. All of these would be removed in 3.16 anyways so I think it is fine to keep it for now. |
gpshead
left a comment
There was a problem hiding this comment.
thanks! these should not have been added to the __all__ public API surface.
Thanks @JelleZijlstra for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
pythonGH-134665) (cherry picked from commit 797abd1) Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
GH-136455 is a backport of this pull request to the 3.14 branch. |
….__all__ (pythonGH-134665) (python#136455) pythongh-134657: Remove newly added private names from asyncio.__all__ (pythonGH-134665) (cherry picked from commit 797abd1) Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
This removes the names that were added in 3.14, so we can backport to the 3.14 branch.
We can remove the remaining private names for 3.15 only in the main branch.
__all__#134657