File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ This library adheres to `Semantic Versioning 2.0 <http://semver.org/>`_.
88- Added support for running subprocesses on the asyncio ``SelectorEventLoop `` on Windows,
99 which does not support subprocesses natively; the pipe I/O is handled on a background
1010 ``ProactorEventLoop `` (or winloop) thread
11- (`#783 <https://github.com/agronholm/anyio/issues/783 >`_; PR by @graingert)
11+ (`#1235 <https://github.com/agronholm/anyio/pulls/1235 >`_; PR by @graingert)
1212- Changed subprocess handling to use a shared, backend-agnostic implementation built on
1313 ``subprocess.Popen() `` plus a small set of backend primitives (asynchronous pipes and
1414 child-process reaping). This is used by the asyncio backend on all platforms and by the
You can’t perform that action at this time.
0 commit comments