Skip to content

bpo-31904: Add posix module support for VxWorks RTOS#12118

Merged
vstinner merged 23 commits into
python:masterfrom
Wind-River:fix-issue-31904-os
May 21, 2019
Merged

bpo-31904: Add posix module support for VxWorks RTOS#12118
vstinner merged 23 commits into
python:masterfrom
Wind-River:fix-issue-31904-os

Conversation

@pxinwr

@pxinwr pxinwr commented Mar 1, 2019

Copy link
Copy Markdown
Contributor

This is the successive PR after #11968. This PR enables posix module support for VxWorks RTOS. VxWorks doesn't support fork()/exec(). Instead, we use rtpSpawn() to spawn new processes.
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

Loading
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.

6 participants