Commit 26f1ea7
authored
Create an event loop if it doesn't exist (#1857)
Python 3.14 has removed the implicit event loop creation.
Announced in https://docs.python.org/dev/whatsnew/3.14.html#id71 parent b55c8ad commit 26f1ea7
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
443 | 443 | | |
444 | 444 | | |
445 | 445 | | |
446 | | - | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
447 | 451 | | |
448 | 452 | | |
449 | 453 | | |
| |||
0 commit comments