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 ishimoto
Recipients benjamin.peterson, docs@python, ishimoto, vstinner
Date 2015-10-30.03:33:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446176023.24.0.0656408248728.issue25482@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you for good sample. This should be written in PEP 475.

But installing new signal handler can cause different behavior. 

As in my previous example, if other 3rd party libraries(ncurses in my case) need to handle the signal, signal is consumed by Python handler and not delivered to the library.
History
Date User Action Args
2015-10-30 03:33:43ishimotosetrecipients: + ishimoto, vstinner, benjamin.peterson, docs@python
2015-10-30 03:33:43ishimotosetmessageid: <1446176023.24.0.0656408248728.issue25482@psf.upfronthosting.co.za>
2015-10-30 03:33:43ishimotolinkissue25482 messages
2015-10-30 03:33:42ishimotocreate