summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-08-17 18:33:34 (GMT)
committerGitHub <noreply@github.com>2021-08-17 18:33:34 (GMT)
commit826e059bb9b42e17bef2186938a2bd3f33610e69 (patch)
tree3edfc96fded9bff7b087d00ddb96ce5ec55ce435 /Misc/NEWS.d
parent3f81e9628f6f104c103d0e38adb84c51e5261626 (diff)
downloadcpython-826e059bb9b42e17bef2186938a2bd3f33610e69.zip
cpython-826e059bb9b42e17bef2186938a2bd3f33610e69.tar.gz
cpython-826e059bb9b42e17bef2186938a2bd3f33610e69.tar.bz2
[3.10] bpo-44935: enable posix_spawn() on Solaris (GH-27795) (GH-27800)
Enable posix_spawn() on Solaris (cherry picked from commit b1930bf75f276cd7ca08c4455298128d89adf7d1) Co-authored-by: Jakub KulĂ­k <Kulikjak@gmail.com> Automerge-Triggered-By: GH:gpshead
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2021-08-17-16-01-44.bpo-44935.roUl0G.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-08-17-16-01-44.bpo-44935.roUl0G.rst b/Misc/NEWS.d/next/Library/2021-08-17-16-01-44.bpo-44935.roUl0G.rst
new file mode 100644
index 0000000..3d41c3b
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2021-08-17-16-01-44.bpo-44935.roUl0G.rst
@@ -0,0 +1,2 @@
+:mod:`subprocess` on Solaris now also uses :func:`os.posix_spawn()` for
+better performance.