Skip to content

Avoid use of asyncio.get_event_loop (3.14)#728

Merged
dbrattli merged 2 commits intoReactiveX:masterfrom
traylenator:py314
Nov 8, 2025
Merged

Avoid use of asyncio.get_event_loop (3.14)#728
dbrattli merged 2 commits intoReactiveX:masterfrom
traylenator:py314

Conversation

@traylenator
Copy link
Contributor

Python 3.14 will remove "asyncio.get_event_loop"

https://docs.python.org/dev/whatsnew/3.14.html#id6

Replace "ayscio.get_event_loop

@traylenator
Copy link
Contributor Author

Rebase after #722

@dbrattli
Copy link
Collaborator

@traylenator Please try to rebase now. The build should be fixed again.

@coveralls
Copy link

coveralls commented Mar 18, 2025

Coverage Status

coverage: 93.431% (-0.05%) from 93.482%
when pulling 798df3c on traylenator:py314
into 27c939b on ReactiveX:master.

@traylenator
Copy link
Contributor Author

Think tests should pass now....

@dbrattli
Copy link
Collaborator

I think we need to consider deprecating Pythobn 3.8 as well. I see it's giving problems for this PR. I'll have a look at it this weekend.

@traylenator
Copy link
Contributor Author

I think we need to consider deprecating Pythobn 3.8 as well. I see it's giving problems for this PR. I'll have a look at it this weekend.

Created #732

Python 3.14 will remove "asyncio.get_event_loop"

https://docs.python.org/dev/whatsnew/3.14.html#id6

Replace "ayscio.get_event_loop
Copy link
Collaborator

@dbrattli dbrattli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing!

@dbrattli dbrattli merged commit 78f4a59 into ReactiveX:master Nov 8, 2025
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants