bpo-33623: Fix possible SIGSGV when asyncio.Future is created in __del__ by 1st1 · Pull Request #7080 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@1st1

Copy link Copy Markdown

Member

@1st1 1st1 commented

May 23, 2018

edited by bedevere-bot

Loading

Copy link Copy Markdown

Contributor

@asvetlov asvetlov left a comment

Choose a reason for hiding this comment

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

Wow! Nice finding!

@1st1 1st1 merged commit 35230d0 into python:master

May 28, 2018

@bedevere-bot

Copy link Copy Markdown

@1st1: Please replace # with GH- in the commit message next time. Thanks!

@miss-islington

Copy link Copy Markdown

Contributor

Thanks @1st1 for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7.
🐍🍒⛏🤖

@bedevere-bot

Copy link Copy Markdown

GH-7151 is a backport of this pull request to the 3.7 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

May 28, 2018
…l__ (pythonGH-7080)

(cherry picked from commit 35230d0)

Co-authored-by: Yury Selivanov <yury@magic.io>

@bedevere-bot

Copy link Copy Markdown

GH-7152 is a backport of this pull request to the 3.6 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

May 28, 2018
…l__ (pythonGH-7080)

(cherry picked from commit 35230d0)

Co-authored-by: Yury Selivanov <yury@magic.io>

miss-islington added a commit that referenced this pull request

May 28, 2018
…l__ (GH-7080)

(cherry picked from commit 35230d0)

Co-authored-by: Yury Selivanov <yury@magic.io>

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

Reviewers

@asvetlov asvetlov asvetlov approved these changes

@serhiy-storchaka serhiy-storchaka Awaiting requested review from serhiy-storchaka

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

@1st1 @bedevere-bot @miss-islington @asvetlov @the-knights-who-say-ni