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:04 | admin | set | github: 78593 |
| 2018年08月23日 13:28:07 | berker.peksag | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2018年08月23日 13:27:22 | berker.peksag | set | nosy:
+ berker.peksag messages: + msg323944 |
| 2018年08月16日 15:06:29 | michael-o | set | keywords:
+ patch stage: patch review pull_requests: + pull_request8259 |
| 2018年08月16日 14:51:53 | michael-o | set | messages: + msg323601 |
| 2018年08月16日 14:47:52 | michael-o | create | |