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

Minor bug fix in servers #130

Merged
merged 3 commits into from
Sep 26, 2023
Merged

Minor bug fix in servers #130

merged 3 commits into from
Sep 26, 2023

Conversation

francis-clairicia
Copy link
Owner

  • Added typing.NoReturn to serve_forever() methods
  • Fixed logs with exc_info=True due to a regression in Python 3.11.5
  • Fixed a bug in easynetwork_asyncio.tasks.CancelScope at context exit if there was a delayed cancellation to be scheduled for a parent scope

@francis-clairicia francis-clairicia added bug Something isn't working topic-server Relative to server implementations labels Sep 26, 2023
@francis-clairicia francis-clairicia self-assigned this Sep 26, 2023
@codecov
Copy link

codecov bot commented Sep 26, 2023

Codecov Report

Merging #130 (ebbfc0a) into main (c58962b) will not change coverage.
The diff coverage is 100.00%.

Flag Coverage Δ
OS-Linux 88.08% <100.00%> (-0.02%) ⬇️
OS-Windows 87.99% <100.00%> (-0.02%) ⬇️
OS-macOS 88.10% <100.00%> (-0.02%) ⬇️
Py-3.11 99.89% <100.00%> (-0.01%) ⬇️
test-functional 88.26% <100.00%> (-0.02%) ⬇️
test-unit 77.30% <18.36%> (+0.13%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

@francis-clairicia francis-clairicia merged commit 6bf1e24 into main Sep 26, 2023
11 checks passed
@francis-clairicia francis-clairicia deleted the fix/api/servers branch September 26, 2023 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working topic-server Relative to server implementations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant