Skip to content

[3.7] bpo-35682: Fix _ProactorBasePipeTransport._force_close() (GH-11462)#11463

Merged
miss-islington merged 1 commit intopython:3.7from
miss-islington:backport-80fda71-3.7
Jan 8, 2019
Merged

[3.7] bpo-35682: Fix _ProactorBasePipeTransport._force_close() (GH-11462)#11463
miss-islington merged 1 commit intopython:3.7from
miss-islington:backport-80fda71-3.7

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented Jan 8, 2019

bpo-32622, bpo-35682: Fix asyncio.ProactorEventLoop.sendfile(): don't
attempt to set the result of an internal future if it's already done.

Fix asyncio _ProactorBasePipeTransport._force_close(): don't set the
result of _empty_waiter if it's already done.
(cherry picked from commit 80fda71)

Co-authored-by: Victor Stinner [email protected]

https://bugs.python.org/issue35682

)

bpo-32622, bpo-35682: Fix asyncio.ProactorEventLoop.sendfile(): don't
attempt to set the result of an internal future if it's already done.

Fix asyncio _ProactorBasePipeTransport._force_close(): don't set the
result of _empty_waiter if it's already done.
(cherry picked from commit 80fda71)

Co-authored-by: Victor Stinner <[email protected]>
@miss-islington
Copy link
Copy Markdown
Contributor Author

@vstinner: Status check is done, and it's a success ✅ .

Copy link
Copy Markdown
Member

@vstinner vstinner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, good bot.

@miss-islington miss-islington merged commit 88bd26a into python:3.7 Jan 8, 2019
@miss-islington miss-islington deleted the backport-80fda71-3.7 branch January 8, 2019 02:15
@miss-islington
Copy link
Copy Markdown
Contributor Author

@vstinner: Status check is done, and it's a success ✅ .

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants