| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…port eager task factories (pythonGH-124390) (cherry picked from commit de929f3) Co-authored-by: Peter Bierma <zintensitydev@gmail.com> Co-authored-by: Thomas Grainger <tagrain@gmail.com> Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> Co-authored-by: Carol Willing <carolcode@willingconsulting.com> Co-authored-by: Kumar Aditya <kumaraditya@python.org>
|
Does this need to go into 3.13.0, or can it wait until 3.13.1? |
Sorry, something went wrong.
would be good to have in 3.13.0 as loop param is now added back. |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM, two optional nits.
I'll leave it to @Yhg1s to decide whether to include this in RC3.
Sorry, something went wrong.
| exceptions, addrinfo, laddr_infos) | ||
| for addrinfo in infos), | ||
| happy_eyeballs_delay, loop=self) | ||
| happy_eyeballs_delay) |
There was a problem hiding this comment.
No need to change this now?
Sorry, something went wrong.
There was a problem hiding this comment.
I added it back but I don't think it's necessary, loop would be the running loop anyways at this point.
Sorry, something went wrong.
There was a problem hiding this comment.
Is this in a state to go in now? (The branch needs updating, and I don't know if there's been any other work in main that should be reflected in this change.)
Sorry, something went wrong.
|
This original PR was reverted, and this backport is no longer needed |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
(cherry picked from commit de929f3)
Co-authored-by: Peter Bierma zintensitydev@gmail.com
Co-authored-by: Thomas Grainger tagrain@gmail.com
Co-authored-by: Jelle Zijlstra jelle.zijlstra@gmail.com
Co-authored-by: Carol Willing carolcode@willingconsulting.com
Co-authored-by: Kumar Aditya kumaraditya@python.org