summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2023-10-01-01-47-21.gh-issue-109649.BizOaD.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2023-10-01-01-47-21.gh-issue-109649.BizOaD.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2023-10-01-01-47-21.gh-issue-109649.BizOaD.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-10-01-01-47-21.gh-issue-109649.BizOaD.rst b/Misc/NEWS.d/next/Library/2023-10-01-01-47-21.gh-issue-109649.BizOaD.rst
deleted file mode 100644
index 888fd79..0000000
--- a/Misc/NEWS.d/next/Library/2023-10-01-01-47-21.gh-issue-109649.BizOaD.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-:mod:`multiprocessing`, :mod:`concurrent.futures`, :mod:`compileall`:
-Replace :func:`os.cpu_count` with :func:`os.process_cpu_count` to select the
-default number of worker threads and processes. Get the CPU affinity if
-supported. Patch by Victor Stinner.