homepage

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.

classification
Title: strsignal(3) does not exist on HP-UX
Type: compile error Stage: resolved
Components: Library (Lib) Versions: Python 3.8
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: berker.peksag, michael-o
Priority: normal Keywords: patch

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

AltStyle によって変換されたページ (->オリジナル) /