You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,11 @@ generally can't be patched.
44
44
45
45
## Comparison with `nest_asyncio`
46
46
`nest-asyncio2` is a fork of the unmaintained [`nest_asyncio`](https://github.com/erdewit/nest_asyncio), with the following changes:
47
-
- Python 3.12 `loop_factory` parameter support
47
+
- Python 3.12 support
48
+
-`loop_factory` parameter support
49
+
- Fix `ResourceWarning: unclosed event loop` at exit
50
+
51
+
Note that if you call `asyncio.get_event_loop()` on the main thread without setting the loop before, `ResourceWarning` is expected on Python 3.12~3.13, not caused by `nest-asyncio2`.
48
52
- Python 3.14 support
49
53
- Fix broken `asyncio.current_task()` and others
50
54
- Fix `DeprecationWarning: 'asyncio.get_event_loop_policy' is deprecated and slated for removal in Python 3.16`
0 commit comments