fix: timestamps missing double precision by bdraco · Pull Request #1324 · python-zeroconf/python-zeroconf

Conversation

@bdraco

Because the cython code was storing timestamps as floats instead of doubles, there was some microsecond precision loss which could lead to races

fixes #1323

Because the cython code was storing timestamps as floats instead of
doubles, there was some microsecond precision loss which could lead
to races

@bdraco bdraco changed the title fix: timestamps were missing double precision fix: timestamps missing double precision

Dec 10, 2023

@codecov

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (1682991) 99.77% compared to head (ab09403) 99.71%.
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1324      +/-   ##
==========================================
- Coverage   99.77%   99.71%   -0.07%     
==========================================
  Files          29       29              
  Lines        3104     3104              
  Branches      521      521              
==========================================
- Hits         3097     3095       -2     
- Misses          5        7       +2     
  Partials        2        2              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

1 participant

@bdraco