bpo-33623: Fix possible SIGSGV when asyncio.Future is created in __del__ by 1st1 · Pull Request #7080 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Merged
bpo-33623: Fix possible SIGSGV when asyncio.Future is created in __del__#7080
1st1 merged 1 commit intopython:masterfrom
bpo-33623: Fix possible SIGSGV when asyncio.Future is created in __del__#7080
1st1 merged 1 commit intopython:masterfrom
Conversation
Copy link Copy Markdown
Member
1st1
requested a review
from serhiy-storchaka
1st1
requested a review
from asvetlov
as a code owner
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting merge
label
1st1
added
needs backport to 3.6
and removed
awaiting merge
labels
asvetlov approved these changes May 23, 2018
Copy link Copy Markdown
Contributor
asvetlov
left a comment
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!
bedevere-bot
added
the
awaiting merge
label
1st1
merged commit
35230d0
into
python:master
Copy link Copy Markdown
bedevere-bot
commented
May 28, 2018
bedevere-bot commented
May 28, 2018@1st1: Please replace # with GH- in the commit message next time. Thanks!
Copy link Copy Markdown
Contributor
miss-islington
commented
May 28, 2018
miss-islington commented
May 28, 2018Thanks @1st1 for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7.
🐍🍒⛏🤖
bedevere-bot
removed
the
awaiting merge
label
1st1
deleted the
fixsigabort
branch
bedevere-bot
removed
the
needs backport to 3.7
label
Copy link Copy Markdown
bedevere-bot
commented
May 28, 2018
bedevere-bot commented
May 28, 2018GH-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>
Copy link Copy Markdown
bedevere-bot
commented
May 28, 2018
bedevere-bot commented
May 28, 2018GH-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>
bedevere-bot
removed
the
needs backport to 3.6
label
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment