This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author martin.panter
Recipients Carlos Pita, Christian Zommerfelds, Eric Price, count0, johnmorr, josh.r, martin.panter, neologix, r.david.murray, takluyver
Date 2016-03-26.03:34:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458963294.26.0.880964449729.issue23735@psf.upfronthosting.co.za>
In-reply-to
Content
Unfortunately, yes I think another test might be needed in configure.ac, unless you can piggy-back on one of the existing flags.

One more thing that I thought of: Looking at the main Python signal handler, it reinstalls itself, see <https://hg.python.org/cpython/file/v3.5.1/Modules/signalmodule.c#l306>. This is apparently because handlers installed by Posix signal() might be only called once. But if the handler was installed by sigaction(), it should not be reinstalled. Should our SIGWINCH handler do something similar?
History
Date User Action Args
2016-03-26 03:34:54martin.pantersetrecipients: + martin.panter, r.david.murray, neologix, takluyver, josh.r, Carlos Pita, count0, johnmorr, Eric Price, Christian Zommerfelds
2016-03-26 03:34:54martin.pantersetmessageid: <1458963294.26.0.880964449729.issue23735@psf.upfronthosting.co.za>
2016-03-26 03:34:54martin.panterlinkissue23735 messages
2016-03-26 03:34:53martin.pantercreate