Skip to content

Conversation

@ddkohler
Copy link
Contributor

@ddkohler ddkohler commented Nov 6, 2025

Using newer syntax for asyncio looping (i.e. avoid using get_event_loop), fixing the issue where our signal handlers were not finishing execution in python >=3.12.

DO NOT MERGE. Lots of testing should be done before merging.

Tasks

ddkohler and others added 30 commits November 6, 2025 12:08
curious if the freze issue still persists
@ddkohler ddkohler mentioned this pull request Nov 6, 2025
@ddkohler ddkohler marked this pull request as ready for review November 13, 2025 23:26
@untzag
Copy link
Member

untzag commented Dec 19, 2025

https://docs.python.org/3/whatsnew/3.14.html#id10

(trying to understand this, found this documentation helpful)

Copy link
Member

@untzag untzag left a comment

Choose a reason for hiding this comment

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

Thank you so much @ddkohler, sorry it took so long to merge this very important work!

@untzag untzag merged commit b9b4fd2 into main Dec 19, 2025
25 checks passed
@ddkohler ddkohler deleted the server_minimal branch December 20, 2025 08:48
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.

python >= 3.12 (ubuntu-latest): non-graceful shutdown

3 participants