10000 GH-109975: Copyedit 3.13 What's New: Other Language Changes by AA-Turner · Pull Request #123086 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

GH-109975: Copyedit 3.13 What's New: Other Language Changes #123086

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Aug 17, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Lexicographical...
  • Loading branch information
AA-Turner committed Aug 17, 2024
commit af99cf1226ec38f1cf493a9b611217f6d80ba4cb
8 changes: 4 additions & 4 deletions Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -735,16 +735,16 @@ base64
(Contributed by Matan Perelman in :gh:`75299`.)


concurrent.futures
------------------
compileall
----------

* Select the default number of worker threads and processes using
:func:`os.process_cpu_count` instead of :func:`os.cpu_count`.
(Contributed by Victor Stinner in :gh:`109649`.)


compileall
----------
concurrent.futures
------------------

* Select the default number of worker threads and processes using
:func:`os.process_cpu_count` instead of :func:`os.cpu_count`.
Expand Down
Loading
0