commit | 300d812fd1c4d9244e71de0d228cc72439d312a7 | [log] [tgz] |
---|---|---|
author | Łukasz Langa <lukasz@langa.pl> | Tue Dec 06 17:40:30 2022 |
committer | GitHub <noreply@github.com> | Tue Dec 06 17:40:30 2022 |
tree | aa1099bf0884e6f4ad885825e7b8132da133b1a7 | |
parent | b7ae1d22857c141ea4b0cc1f107e128596d02a94 [diff] |
[3.10] gh-93453: Only emit deprecation warning in asyncio.get_event_loop when a new event loop is created (#100059) It no longer emits a deprecation warning if the current event loop was set. (cherry picked from commit 3fae04b10e2655a20a3aadb5e0d63e87206d0c67) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl>