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

Python 3.10 : Threading related deprecations #58

Open
tirkarthi opened this issue May 8, 2021 · 0 comments · May be fixed by #59
Open

Python 3.10 : Threading related deprecations #58

tirkarthi opened this issue May 8, 2021 · 0 comments · May be fixed by #59

Comments

@tirkarthi
Copy link
Contributor

Ref : python/cpython#25174

Camelcase aliases have been deprecated and raise deprecation warning.

notifyAll -> notify_all
currentThread -> current_thread

opendxl-client-python/dxlclient/_request_manager.py:                    self.sync_wait_message_condition.notifyAll()
opendxl-client-python/dxlclient/client.py:                self._connect_wait_condition.notifyAll()
opendxl-client-python/dxlclient/client.py:        if threading.currentThread().name.startswith(self._message_pool_prefix):
@tirkarthi tirkarthi linked a pull request May 8, 2021 that will close this issue
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 a pull request may close this issue.

1 participant