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

Docs: refer to threading.current_thread instead of deprecated currentThread #110

Merged
merged 1 commit into from
Jun 12, 2022

Conversation

hugovk
Copy link
Contributor

@hugovk hugovk commented Jun 12, 2022

threading.currentThread was deprecated in Python 3.10 (October 2021) and will be removed in Python 3.12 (October 2023).

Let's refer instead to threading.current_thread, it's been around since Python 2.6 (October 2008).

@hugovk hugovk changed the title Docs: refer to threading.current_thread instead of deprecated threading.currentThread Docs: refer to threading.current_thread instead of deprecated currentThread Jun 12, 2022
@mmckerns mmckerns added this to the multiprocess-0.70.14 milestone Jun 12, 2022
@mmckerns mmckerns merged commit 14dca97 into uqfoundation:master Jun 12, 2022
@hugovk hugovk deleted the fix-threading-deprecation branch June 13, 2022 06:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants