| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
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.
There was a problem hiding this comment.
Good to know that I'm a code owner of the ssl tests in asyncio...
Sorry, something went wrong.
…YFhR9.rst Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
|
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. |
Sorry, something went wrong.
There was a problem hiding this comment.
thanks! these should not have been added to the __all__ public API surface.
Sorry, something went wrong.
|
Thanks @JelleZijlstra for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
Sorry, something went wrong.
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. |
Sorry, something went wrong.
….__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>
| Back | FazBrowse Home | New Git URL |
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.