I was reviewing thread safety of "kytos/core.interface_tags" and ended up noticing this:
On version 2024.1 we've made on_interface_tags a bit safer by increasing the scope one of existing lock with this commit 01aeb75b. This commit should be backported to 2023.2.4.
After backporting, it's good to also exercise some local tests too. I'll also keep reviewing other points and exercising the handler from 2024.1
I was reviewing thread safety of
"kytos/core.interface_tags"
and ended up noticing this:On version 2024.1 we've made
on_interface_tags
a bit safer by increasing the scope one of existing lock with this commit 01aeb75b. This commit should be backported to 2023.2.4.After backporting, it's good to also exercise some local tests too. I'll also keep reviewing other points and exercising the handler from 2024.1