Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use default event loop on Windows in Python 3.8 #574

Merged
merged 1 commit into from
Aug 17, 2023

Conversation

cottsay
Copy link
Member

@cottsay cottsay commented Aug 10, 2023

In Python 3.8 and newer, the default event loop on Windows is the ProactorEventLoop, so there's no reason to specifically create one here. We can drop this conditional entirely when we drop Python 3.7 support.

In Python 3.8 and newer, the default event loop on Windows is the
ProactorEventLoop, so there's no reason to specifically create one here.
We can drop this conditional entirely when we drop Python 3.7 support.
@cottsay cottsay self-assigned this Aug 10, 2023
@codecov
Copy link

codecov bot commented Aug 10, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (7b70e61) 81.88% compared to head (361281f) 81.88%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #574   +/-   ##
=======================================
  Coverage   81.88%   81.88%           
=======================================
  Files          62       62           
  Lines        3648     3648           
  Branches      705      705           
=======================================
  Hits         2987     2987           
  Misses        609      609           
  Partials       52       52           
Files Changed Coverage Δ
colcon_core/subprocess.py 64.53% <100.00%> (ø)

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

@cottsay cottsay merged commit 52b0078 into master Aug 17, 2023
35 checks passed
@delete-merged-branch delete-merged-branch bot deleted the cottsay/proactor-default branch August 17, 2023 22:34
@cottsay cottsay added this to the 0.13.0 milestone Sep 22, 2023
@cottsay cottsay added the enhancement New feature or request label Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

2 participants