8000 gh-129667: Update annotation in documentation by donBarbos · Pull Request #129669 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-129667: Update annotation in documentation #129669

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

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
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
Add description for ctxkwargs
  • Loading branch information
donBarbos committed Apr 4, 2025
commit f576ea5fe934222200666be83f9190dc51104fdc
4 changes: 4 additions & 0 deletions Doc/library/concurrent.futures.rst
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,10 @@ And::
Default value of *max_workers* is changed to
``min(32, (os.process_cpu_count() or 1) + 4)``.

.. versionchanged:: next
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not "next" as this was added in a previous release (just find the major.minor version where it was added, I think it's still 3.14)

Added *ctxkwargs* to pass additional arguments to ``cls.prepare_context``
class method.


.. _threadpoolexecutor-example:

Expand Down
Loading
0