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 michael-o
Recipients michael-o
Date 2018-08-16.14:47:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1534430872.24.0.56676864532.issue34412@psf.upfronthosting.co.za>
In-reply-to
Content
HP-UX does not provide any mappings from signals to strings. The proper approach is to map just like for Windows. Alternatively, one could simply return the singal as an int.
History
Date User Action Args
2018-08-16 14:47:52michael-osetrecipients: + michael-o
2018-08-16 14:47:52michael-osetmessageid: <1534430872.24.0.56676864532.issue34412@psf.upfronthosting.co.za>
2018-08-16 14:47:52michael-olinkissue34412 messages
2018-08-16 14:47:51michael-ocreate