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

Remove offload try/except for thread_name_prefix keyword #4308

Merged
merged 1 commit into from
Dec 3, 2020

Conversation

jrbourbeau
Copy link
Member

The thread_name_prefix= keyword for ThreadPoolExecutor was added in Python 3.6. Since we no longer support Python < 3.6 we can safely remove this try/except block

@mrocklin
Copy link
Member

mrocklin commented Dec 3, 2020

If CI is happy then I'm happy :)

@jrbourbeau
Copy link
Member Author

CI is just as happy as it usually is #4251

@jrbourbeau jrbourbeau merged commit 3407aa3 into dask:master Dec 3, 2020
@jrbourbeau jrbourbeau deleted the thread_name_prefix branch December 3, 2020 21:36
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.

2 participants