bpo-30057: Fix potential missed signal in signal.signal(). by pitrou ยท Pull Request #4258 ยท python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Conversation

Bug report and patch by Jeroen Demeyer.

@miss-islington

Thanks @pitrou for the PR ๐ŸŒฎ๐ŸŽ‰.. I'm working now to backport this PR to: 2.7, 3.6.
๐Ÿ๐Ÿ’โ›๐Ÿค–

@pitrou pitrou deleted the signal_signal_race branch

November 3, 2017 18:58

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

Nov 3, 2017
โ€ฆ4258)

Bug report and patch by Jeroen Demeyer.
(cherry picked from commit f6f90ff)

@bedevere-bot

@miss-islington

Sorry, @pitrou, I could not cleanly backport this to 2.7 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker f6f90ff079a22b79a58d47b6117cc8a8c7d366f3 2.7

pitrou added a commit to pitrou/cpython that referenced this pull request

Nov 3, 2017

@bedevere-bot

pitrou pushed a commit that referenced this pull request

Nov 3, 2017
โ€ฆ4261)

Bug report and patch by Jeroen Demeyer.
(cherry picked from commit f6f90ff)

pitrou added a commit that referenced this pull request

Nov 3, 2017
โ€ฆ4258) (#4263)

Bug report and patch by Jeroen Demeyer..
(cherry picked from commit f6f90ff)

embray pushed a commit to embray/cpython that referenced this pull request

Nov 9, 2017
Bug report and patch by Jeroen Demeyer.