bpo-31904: Add time module support for VxWorks RTOS by pxinwr · Pull Request #12305 · python/cpython (original) (raw)
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.