You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.
generates a warning when executing on python 3.10 or greater. Instead the property daemon should be set to true. Looking at https://github.com/python/cpython/blame/3.11/Lib/threading.py it seems like the property has existed for about 15 years so it's probably fine to just switch without trying to do a try/catch block.
The text was updated successfully, but these errors were encountered:
The line
https://github.com/openthread/pyspinel/blob/925075841b1258d2dfc0f6ca92cb8cdd46721f3b/spinel/codec.py#L607C1-L608C1
generates a warning when executing on python 3.10 or greater. Instead the property
daemon
should be set to true. Looking at https://github.com/python/cpython/blame/3.11/Lib/threading.py it seems like the property has existed for about 15 years so it's probably fine to just switch without trying to do a try/catch block.The text was updated successfully, but these errors were encountered: