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

AsyncIOBackend.ignore_cancellation(): Back-propagation of context on Python 3.11 #276

Conversation

francis-clairicia
Copy link
Owner

#225 dev only works on Python 3.12 and the contexts should be handled in some way in 3.11 (with some limitations of course, but it is not annoying here.)

@francis-clairicia francis-clairicia added enhancement New feature or request topic-async Relative to asynchronous API labels Apr 21, 2024
@francis-clairicia francis-clairicia self-assigned this Apr 21, 2024
Copy link

codecov bot commented Apr 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (d2acc20) to head (9b5a02b).

Additional details and impacted files
Flag Coverage Δ
OS-Linux 99.85% <94.28%> (-0.03%) ⬇️
OS-Windows 99.75% <94.28%> (-0.03%) ⬇️
OS-macOS 99.85% <94.28%> (-0.03%) ⬇️
Py-3.11 99.82% <91.42%> (-0.02%) ⬇️
Py-3.12 99.72% <65.71%> (-0.18%) ⬇️
test-functional 83.93% <91.42%> (-0.01%) ⬇️
test-unit 88.47% <62.85%> (-0.04%) ⬇️

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

@francis-clairicia francis-clairicia merged commit 79588f1 into main Apr 21, 2024
21 checks passed
@francis-clairicia francis-clairicia deleted the fix/asyncio-backend/ignore-cancellation/context-propagation branch April 21, 2024 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request topic-async Relative to asynchronous API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant