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 gregory.p.smith
Recipients SamB, eryksun, foom, gregory.p.smith, jwilk, loewis, martin.panter, mwh, petri.lehtinen, pitrou, rnk, vstinner
Date 2019-02-14.19:31:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550172662.39.0.697576457513.issue1054041@roundup.psfhosted.org>
In-reply-to
Content
jwilk: Confirmed.  The exit code is not enough, we must trigger the SIG_DFL handler.

to reproduce:

 while true; do ./sig.py ; done

with the attached sig.py.

pass a parameter to sig.py to have it exit 130 instead of triggering SIG_DFL...
History
Date User Action Args
2019-02-14 19:31:02gregory.p.smithsetrecipients: + gregory.p.smith, mwh, loewis, foom, pitrou, vstinner, jwilk, rnk, petri.lehtinen, martin.panter, SamB, eryksun
2019-02-14 19:31:02gregory.p.smithsetmessageid: <1550172662.39.0.697576457513.issue1054041@roundup.psfhosted.org>
2019-02-14 19:31:02gregory.p.smithlinkissue1054041 messages
2019-02-14 19:31:02gregory.p.smithcreate