Skip to content

Conversation

@pxinwr
Copy link
Contributor

@pxinwr pxinwr commented Mar 13, 2019

This is the successive PR after #11968. In this PR we adapt the _signal module to VxWorks RTOS. The following is the siginfo_t type definition in VxWorks. No fields si_errno, si_pid, si_uid, si_status and si_band. So we set them to zero.
typedef struct _Siginfo { int si_signo; int si_code; union sigval si_value; } siginfo_t;
More and full support on modules for VxWorks will continuously be added by the coming PRs.
VxWorks is a product developed and owned by Wind River. For VxWorks introduction or more details, go to https://www.windriver.com/products/vxworks/
Wind River will have a dedicated engineering team to contribute to the support as maintainers.
We already have a working buildbot worker internally, but has not bound to master. We will check the process for the buildbot, then add it.

https://bugs.python.org/issue31904

@vstinner vstinner merged commit 8b5bdda into python:master Mar 13, 2019
@pxinwr pxinwr deleted the fix-issue-31904-signal branch November 19, 2020 07:36
@kuhlenough kuhlenough mannequin mentioned this pull request Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants