File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Version history
33
44This library adheres to `Semantic Versioning 2.0 <http://semver.org/ >`_.
55
6- **UNRELEASED **
6+ **4.8.0 **
77
88- Added **experimental ** support for running functions in subinterpreters on Python
99 3.13 and later
@@ -13,7 +13,7 @@ This library adheres to `Semantic Versioning 2.0 <http://semver.org/>`_.
1313 task factory created via ``asyncio.create_eager_task_factory() ``, to preserve expected
1414 Trio-like task scheduling semantics (PR by @agronholm and @graingert)
1515- Configure ``SO_RCVBUF ``, ``SO_SNDBUF `` and ``TCP_NODELAY `` on the selector
16- thread waker socket pair. This should improve the performance of ``wait_readable() ``
16+ thread waker socket pair (this should improve the performance of ``wait_readable() ``)
1717 and ``wait_writable() `` when using the ``ProactorEventLoop ``
1818 (`#836 <https://github.com/agronholm/anyio/pull/836 >`_; PR by @graingert)
1919- Fixed ``AssertionError `` when using ``nest-asyncio ``
You can’t perform that action at this time.
0 commit comments