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.

Created on 2018-08-16 14:47 by michael-o, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 8786 merged michael-o, 2018-08-16 15:06
Messages (3)
msg323600 - (view) Author: Michael Osipov (michael-o) * Date: 2018-08-16 14:47
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.
msg323601 - (view) Author: Michael Osipov (michael-o) * Date: 2018-08-16 14:51
References: * https://github.com/google/cmockery/issues/11 * https://www.spinics.net/lists/dash/msg00547.html
msg323944 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2018-08-23 13:27
 New changeset 48ce4897f8f8d91d948ecd1241ffab002df2be9e by Berker Peksag (Michael Osipov) in branch 'master': bpo-34412: Make signal.strsignal() work on HP-UX (GH-8786) https://github.com/python/cpython/commit/48ce4897f8f8d91d948ecd1241ffab002df2be9e 
History
Date User Action Args
2022-04-11 14:59:04adminsetgithub: 78593
2018-08-23 13:28:07berker.peksagsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2018-08-23 13:27:22berker.peksagsetnosy: + berker.peksag
messages: + msg323944
2018-08-16 15:06:29michael-osetkeywords: + patch
stage: patch review
pull_requests: + pull_request8259
2018-08-16 14:51:53michael-osetmessages: + msg323601
2018-08-16 14:47:52michael-ocreate