agronholm / pythonfutures

Backport of the concurrent.futures package to Python 2.6 and 2.7
Other
232 stars 51 forks source link

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

Closed normanr closed 7 years ago

normanr commented 7 years ago

Please consider including the changes for thread_name_prefix:

http://bugs.python.org/issue27664, commit: https://github.com/python/cpython/commit/50abe877ee6f50ebd9cfe228d314220e071fa3c6

dhermes commented 6 years ago

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

agronholm commented 6 years ago

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 commented 6 years ago

That would be great!

agronholm commented 6 years ago

Right, I had forgotten about https://github.com/agronholm/pythonfutures/pull/66 I'd like to get this in too, just needs a little bit of review first.

agronholm commented 6 years ago

I've released v3.2.0 now.

dhermes commented 6 years ago

Thanks!