Skip to content

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Oct 31, 2017

test_curses now saves/restores signals. On FreeBSD, the curses module
sets handlers of some signals, but don't restore old handlers when
the module is deinitialized.

https://bugs.python.org/issue31629

test_curses now saves/restores signals. On FreeBSD, the curses module
sets handlers of some signals, but don't restore old handlers when
the module is deinitialized.
@serhiy-storchaka serhiy-storchaka added needs backport to 2.7 tests Tests in the Lib/test dir labels Oct 31, 2017
@vstinner vstinner merged commit 19f6830 into python:master Oct 31, 2017
@miss-islington
Copy link
Contributor

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

@vstinner vstinner deleted the save_signals branch October 31, 2017 10:14
@miss-islington
Copy link
Contributor

Sorry, @Haypo, I could not cleanly backport this to 3.6 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 19f68301a1295a9c30d9f28b8f1479cdcccd75aa 3.6

@miss-islington
Copy link
Contributor

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

@bedevere-bot
Copy link

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

@bedevere-bot
Copy link

GH-4188 is a backport of this pull request to the 2.7 branch.

vstinner added a commit that referenced this pull request Oct 31, 2017
test_curses now saves/restores signals. On FreeBSD, the curses module
sets handlers of some signals, but don't restore old handlers when
the module is deinitialized.

(cherry picked from commit 19f6830)
vstinner added a commit that referenced this pull request Oct 31, 2017
test_curses now saves/restores signals. On FreeBSD, the curses module
sets handlers of some signals, but don't restore old handlers when
the module is deinitialized.

(cherry picked from commit 19f6830)
embray pushed a commit to embray/cpython that referenced this pull request Nov 9, 2017
test_curses now saves/restores signals. On FreeBSD, the curses module
sets handlers of some signals, but don't restore old handlers when
the module is deinitialized.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants