Skip to content

Fix event loop creation for Python 3.14#49

Merged
bbc2 merged 1 commit intomainfrom
fix-python-3-14
Mar 6, 2026
Merged

Fix event loop creation for Python 3.14#49
bbc2 merged 1 commit intomainfrom
fix-python-3-14

Conversation

@bbc2
Copy link
Owner

@bbc2 bbc2 commented Mar 6, 2026

  • Create the event loop, because it's not created implicitly in Python 3.14.
  • Use threads for integration testing, to avoid an incompatibility with pickle and the serialiazation of Flask objects.

- Create the event loop, because it's not created implicitly in Python 3.14.
- Use threads for integration testing, to avoid an incompatibility with
  `pickle` and the serialiazation of Flask objects.
@bbc2 bbc2 merged commit 08f2448 into main Mar 6, 2026
3 checks passed
@bbc2 bbc2 deleted the fix-python-3-14 branch March 6, 2026 22:16
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.

1 participant