Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

[codec] remove deprecated call to setDaemon #131

Merged
merged 1 commit into from
Sep 21, 2023

Conversation

mmb-davidsmith
Copy link
Contributor

Switching the setDaemon call to use the daemon property instead. In looking at the history of the daemon property, it's been present in python for more than 10 years so this shouldn't require special handling.

…In looking at the history of the `daemon` property, it's been present in python for more than 10 years so this shouldn't require special handling.
@mmb-davidsmith
Copy link
Contributor Author

@jwhui / @abtink - This is intended to address #130. The failing ncp-sim seems to be failing due to something having changed in the openthread repo.

@jwhui
Copy link
Member

jwhui commented Sep 21, 2023

@jwhui / @abtink - This is intended to address #130. The failing ncp-sim seems to be failing due to something having changed in the openthread repo.

LGTM. Yes, the ncp-sim check is no longer applicable, so we can ignore.

@jwhui jwhui changed the title Remove deprecated call to setDaemon. [codec] remove deprecated call to setDaemon Sep 21, 2023
@jwhui jwhui merged commit 5e0627a into openthread:main Sep 21, 2023
2 of 3 checks passed
@jwhui jwhui linked an issue Sep 21, 2023 that may be closed by this pull request
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Thread.setDaemon Deprecation Warning
2 participants