Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Replace deprecated threading.currentThread with current_thread #414

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

Conversation

hugovk
Copy link

@hugovk hugovk commented Jun 13, 2022

threading.currentThread was deprecated in Python 3.10 (October 2021).

Replace with threading.current_thread, added in Python 2.6 (October 2008).

@hugovk hugovk requested a review from a team as a code owner June 13, 2022 18:52
@hugovk hugovk requested a review from Alon-Katz June 13, 2022 18:52
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@hugovk
Copy link
Author

hugovk commented Feb 13, 2023

I think this change is trivial enough not to require a CLA?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants