-
-
Notifications
You must be signed in to change notification settings - Fork 32k
bpo-31904: Add posix module support for VxWorks RTOS #12118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
cce75ba
support posix module on VxWorks
pxinwr f548045
update clinic for Modules/clinic/posixmodule.c.h
pxinwr b41b4d0
Run autoreconf
pxinwr 3462991
add news file
pxinwr 8de1134
bpo-31904: Add posix module support for VxWorks RTOS #12118
yuesun1 7354c9f
add the period mark in the os.rst
pxinwr 8668612
revert aclocal.m4
pxinwr 6f8e048
tune the lines in os.rst
pxinwr 961f435
Merge remote-tracking branch 'upstream/master' into fix-issue-31904-os
pxinwr 86091ad
update Modules/clinic/posixmodule.c.h
pxinwr 5ea0755
Fix os.rst for spawnv() and spawnve() in OS module
yuesun1 30e9049
Merge remote-tracking branch 'upstream/master' into fix-issue-31904-os
pxinwr cf1a844
improve the test_urandom_failure and skip the ExecTests test cases in…
yuesun1 728165f
Add news file
yuesun1 36e955f
update clinic for Modules/clinic/posixmodule.c.h
pxinwr 3716550
skip URandomFDTests in test_os.py for VxWorks
pxinwr c14d326
call PyErr_CheckSignals() on EINTR to respect the PEP 475 for waitpid
pxinwr a508f47
rephrase VxWorks' behaviour for spawn-like methods
pxinwr 201212d
improve Doc/library/os.rst for VxWorks special behaviour
pxinwr da73b91
remove the separate NEWS entry for test part
pxinwr b380c49
add comments for calling rtpSpawn()
pxinwr 7ada2ad
fix the typo in Doc/library/os.rst
pxinwr eb063a8
refine the skip message for ExecTests
pxinwr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
Misc/NEWS.d/next/Library/2019-03-01-17-59-39.bpo-31904.38djdk.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Add posix module support for VxWorks. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.