Skip to content

Wait until server thread exists to overwrite descriptor#48

Open
cottsay wants to merge 1 commit into
mainfrom
cottsay/file_descriptor_race
Open

Wait until server thread exists to overwrite descriptor#48
cottsay wants to merge 1 commit into
mainfrom
cottsay/file_descriptor_race

Conversation

@cottsay

@cottsay cottsay commented May 7, 2026

Copy link
Copy Markdown
Member

This closes a narrow data race between the main Python thread and the background server thread.

This closes a narrow data race between the main Python thread and the
background server thread.
@cottsay cottsay requested a review from j-rivero May 7, 2026 18:00
@cottsay cottsay self-assigned this May 7, 2026
@cottsay cottsay added bug Something isn't working good first issue Good for newcomers labels May 7, 2026
@codecov-commenter

codecov-commenter commented May 7, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 54.62%. Comparing base (488c204) to head (5cbf6c2).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #48      +/-   ##
==========================================
- Coverage   54.64%   54.62%   -0.02%     
==========================================
  Files          22       22              
  Lines        2853     2854       +1     
  Branches      598      599       +1     
==========================================
  Hits         1559     1559              
  Misses        974      974              
- Partials      320      321       +1     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working good first issue Good for newcomers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants