Skip to content
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

Update futures to 3.4.0 #503

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pyup-bot
Copy link
Contributor

This PR updates futures from 3.1.1 to 3.4.0.

Changelog

3.4.0

=====

- Backported bpo-21423: Add an initializer argument to {Process,Thread}PoolExecutor
(only ThreadPoolExecutor for now; PR by Fahrzin Hemmati)

3.3.0

=====

- Backported bpo-24882: Let ThreadPoolExecutor reuse idle threads before creating new thread

3.2.0

=====

- The ThreadPoolExecutor class constructor now accepts an optional ``thread_name_prefix``
argument to make it possible to customize the names of the threads created by the pool.
Upstream contribution by Gregory P. Smith in https://bugs.python.org/issue27664.
- Backported fixes from upstream (thanks Lisandro Dalcin):

- python/cpython1560
- python/cpython3270
- python/cpython3830
Links

@pyup-bot pyup-bot mentioned this pull request Oct 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant