Skip to content

Fix threading related deprecations in Python 3.10.#59

Open
tirkarthi wants to merge 1 commit intoopendxl:masterfrom
tirkarthi:fix-threading
Open

Fix threading related deprecations in Python 3.10.#59
tirkarthi wants to merge 1 commit intoopendxl:masterfrom
tirkarthi:fix-threading

Conversation

@tirkarthi
Copy link
Copy Markdown
Contributor

notifyAll -> notify_all
currentThread -> current_thread

Fixes #58

notifyAll -> notify_all
currentThread -> current_thread
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.

Python 3.10 : Threading related deprecations

1 participant