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

Backport: Issue #27664: Allow specifying prefix for thread name in concurrent.futures.ThreadPoolExecutor #63

Closed
normanr opened this issue May 30, 2017 · 6 comments · Fixed by #64

Comments

@normanr
Copy link

normanr commented May 30, 2017

Please consider including the changes for thread_name_prefix:

http://bugs.python.org/issue27664, commit: python/cpython@50abe87

sseg added a commit to sseg/pythonfutures that referenced this issue Jul 26, 2017
Add optional `thread_name_prefix` argument to constructor of
ThreadPoolExecutor. Resolves agronholm#63
agronholm pushed a commit that referenced this issue Aug 8, 2017
@dhermes
Copy link

dhermes commented Nov 29, 2017

@agronholm Any idea when this will make it in a release?

@agronholm
Copy link
Owner

I can make a new release any time. Nothing else is in the pipeline for this project right now so I don't mind.

@dhermes
Copy link

dhermes commented Nov 29, 2017

That would be great!

@agronholm
Copy link
Owner

Right, I had forgotten about #66
I'd like to get this in too, just needs a little bit of review first.

@agronholm
Copy link
Owner

I've released v3.2.0 now.

@dhermes
Copy link

dhermes commented Dec 4, 2017

Thanks!

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 a pull request may close this issue.

3 participants