Skip to content

Collapse _GLOBAL_DONE into done#984

Merged
bdraco merged 2 commits into
python-zeroconf:masterfrom
bdraco:reduce_done_overhead
Sep 16, 2021
Merged

Collapse _GLOBAL_DONE into done#984
bdraco merged 2 commits into
python-zeroconf:masterfrom
bdraco:reduce_done_overhead

Conversation

@bdraco
Copy link
Copy Markdown
Member

@bdraco bdraco commented Sep 16, 2021

  • This hook was primarily used for threads that no longer exist.

  • Since there the other attributes are not protected, it was inconsistent to
    protect this one.

- Since there the other attributes are not protected, it was inconsistent to
  protect this one.
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Sep 16, 2021

Codecov Report

Merging #984 (459e242) into master (bc64d63) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #984   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           21        21           
  Lines         2481      2478    -3     
  Branches       406       406           
=========================================
- Hits          2481      2478    -3     
Impacted Files Coverage Δ
zeroconf/_core.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bc64d63...459e242. Read the comment docs.

Comment thread zeroconf/_core.py Outdated
@bdraco bdraco marked this pull request as ready for review September 16, 2021 23:22
@bdraco bdraco merged commit 05c4329 into python-zeroconf:master Sep 16, 2021
@bdraco bdraco deleted the reduce_done_overhead branch September 16, 2021 23:22
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.

2 participants