Skip to content
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

bpo-31904: Add time module support for VxWorks RTOS #12305

Merged
merged 8 commits into from
Apr 15, 2019

Conversation

pxinwr
Copy link
Contributor

@pxinwr pxinwr commented Mar 13, 2019

This is the successive PR after #11968. This PR adds time module support and fixes test_time failures for VxWorks RTOS. Since time.clock will be removed from Python 3.8 as warned in the codes, so we simply turn it off for VxWorks. And accordingly change the test cases in test_time.py.
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

Lib/test/test_time.py Outdated Show resolved Hide resolved
Doc/library/time.rst Outdated Show resolved Hide resolved
Lib/test/test_time.py Outdated Show resolved Hide resolved
Modules/timemodule.c Outdated Show resolved Hide resolved
@vstinner
Copy link
Member

I merged my PR #12726. Please rebase your PR on top of it.

@pxinwr
Copy link
Contributor Author

pxinwr commented Apr 15, 2019

@vstinner Rebase done. And all issues fixed as requested.

@vstinner vstinner merged commit f1464f4 into python:master Apr 15, 2019
@pxinwr pxinwr deleted the fix-issue-31904-time branch July 12, 2021 09:40
@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