| 0001 py314 avoid asyncio get_event_loop.patch | (download) |
reactivex/observable/observable.py |
6 5 + 1 - 0 !
reactivex/operators/_tofuture.py |
33 21 + 12 - 0 !
reactivex/scheduler/eventloop/asyncioscheduler.py |
2 1 + 1 - 0 !
reactivex/scheduler/eventloop/asynciothreadsafescheduler.py |
12 5 + 7 - 0 !
tests/test_observable/test_flatmap_async.py |
2 1 + 1 - 0 !
tests/test_observable/test_fromfuture.py |
8 4 + 4 - 0 !
tests/test_observable/test_start.py |
4 2 + 2 - 0 !
tests/test_observable/test_tofuture.py |
14 7 + 7 - 0 !
tests/test_scheduler/test_eventloop/test_asyncioscheduler.py |
10 5 + 5 - 0 !
tests/test_scheduler/test_eventloop/test_asynciothreadsafescheduler.py |
10 5 + 5 - 0 !
10 files changed, 56 insertions(+), 45 deletions(-) |
avoid use of asyncio.get_event_loop (3.14)
Python 3.14 will remove "asyncio.get_event_loop"
https://docs.python.org/dev/whatsnew/3.14.html#id6
Replace "asyncio.get_event_loop"
|