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

[3.7] On exit, cancel the main task first (#3805) #4535

Merged
merged 1 commit into from
Jan 27, 2020
Merged

Conversation

asvetlov
Copy link
Member

Otherwise, some tasks might be cancelled before cleanup hooks run. Fixes #3593
(cherry picked from commit c32101d)

Co-authored-by: multun [email protected]

Otherwise, some tasks might be cancelled before cleanup hooks run. Fixes #3593
(cherry picked from commit c32101d)

Co-authored-by: multun <[email protected]>
@psf-chronographer psf-chronographer bot added the bot:chronographer:provided There is a change note present in this PR label Jan 27, 2020
@codecov-io
Copy link

Codecov Report

Merging #4535 into 3.7 will decrease coverage by 0.03%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##              3.7    #4535      +/-   ##
==========================================
- Coverage   97.92%   97.88%   -0.04%     
==========================================
  Files          44       44              
  Lines        8953     8954       +1     
  Branches     1407     1407              
==========================================
- Hits         8767     8765       -2     
- Misses         79       81       +2     
- Partials      107      108       +1
Impacted Files Coverage Δ
aiohttp/web.py 99.52% <100%> (ø) ⬆️
aiohttp/pytest_plugin.py 95.75% <0%> (-1.82%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update be4056d...d05d65c. Read the comment docs.

@asvetlov asvetlov merged commit 9bd711d into 3.7 Jan 27, 2020
@asvetlov asvetlov deleted the backport-c32101d-3.7 branch January 27, 2020 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot:chronographer:provided There is a change note present in this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants