[issue31904] Python should support VxWorks RTOS

2021-05-08 Thread Alex Willmer
Change by Alex Willmer : -- nosy: -Alex.Willmer ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31904] Python should support VxWorks RTOS

2021-05-08 Thread miss-islington
miss-islington added the comment: New changeset 6e7fe1901631dc730abc02d1f546a99fd6b6fe83 by Miss Islington (bot) in branch '3.10': [3.10] bpo-31904: Correct error string in test_file_not_exists() for VxWorks (GH-25965) (GH-25983)

[issue31904] Python should support VxWorks RTOS

2021-05-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +24635 pull_request: https://github.com/python/cpython/pull/25983 ___ Python tracker ___

[issue31904] Python should support VxWorks RTOS

2021-05-07 Thread Peixing Xin
Change by Peixing Xin : -- pull_requests: +24622 pull_request: https://github.com/python/cpython/pull/25965 ___ Python tracker ___

[issue31904] Python should support VxWorks RTOS

2021-01-21 Thread STINNER Victor
STINNER Victor added the comment: New changeset 5e45f1c8e7bc5f0ab8feba88b9b6e47066203a5c by pxinwr in branch 'master': bpo-31904: setup.py: fix cross-compilation on VxWorks (GH-24191) https://github.com/python/cpython/commit/5e45f1c8e7bc5f0ab8feba88b9b6e47066203a5c --

[issue31904] Python should support VxWorks RTOS

2021-01-11 Thread Peixing Xin
Change by Peixing Xin : -- pull_requests: +23018 pull_request: https://github.com/python/cpython/pull/24191 ___ Python tracker ___

[issue31904] Python should support VxWorks RTOS

2020-12-23 Thread Peixing Xin
Change by Peixing Xin : -- pull_requests: +22771 pull_request: https://github.com/python/cpython/pull/23920 ___ Python tracker ___

[issue31904] Python should support VxWorks RTOS

2020-12-22 Thread Peixing Xin
Change by Peixing Xin : -- pull_requests: +22746 pull_request: https://github.com/python/cpython/pull/23886 ___ Python tracker ___

[issue31904] Python should support VxWorks RTOS

2020-12-20 Thread STINNER Victor
STINNER Victor added the comment: New changeset ab74c014ae514fde7487542ec96ef45235aa86b0 by pxinwr in branch 'master': bpo-31904: Fix site and sysconfig modules for VxWorks RTOS (GH-21821) https://github.com/python/cpython/commit/ab74c014ae514fde7487542ec96ef45235aa86b0 --

[issue31904] Python should support VxWorks RTOS

2020-12-17 Thread STINNER Victor
STINNER Victor added the comment: New changeset 75dabfe7a8324a16687959cc401deb72b104a575 by pxinwr in branch 'master': bpo-31904: posixpath.expanduser() handles None user home on VxWorks (GH-23530) https://github.com/python/cpython/commit/75dabfe7a8324a16687959cc401deb72b104a575 --

[issue31904] Python should support VxWorks RTOS

2020-12-17 Thread Andrew Svetlov
Andrew Svetlov added the comment: New changeset ba760f3710eccdfae2b680a5f94fe0160ddb1536 by pxinwr in branch 'master': bpo-31904: Skip some asyncio tests on VxWorks (#23815) https://github.com/python/cpython/commit/ba760f3710eccdfae2b680a5f94fe0160ddb1536 -- nosy: +asvetlov

[issue31904] Python should support VxWorks RTOS

2020-12-16 Thread Peixing Xin
Change by Peixing Xin : -- pull_requests: +22676 pull_request: https://github.com/python/cpython/pull/23815 ___ Python tracker ___

[issue31904] Python should support VxWorks RTOS

2020-12-15 Thread STINNER Victor
STINNER Victor added the comment: New changeset b230409f21f5e5b42de6ec10147cd95ae3bdd095 by pxinwr in branch 'master': bpo-31904: Skip os.path.expanduser() tests on VxWorks (GH-23776) https://github.com/python/cpython/commit/b230409f21f5e5b42de6ec10147cd95ae3bdd095 --

[issue31904] Python should support VxWorks RTOS

2020-12-15 Thread STINNER Victor
STINNER Victor added the comment: New changeset 9a0dea6137a9fe295c8b03aaa08a74c8572ecc4e by pxinwr in branch 'master': bpo-31904: Skip some tests of changing owner in _test_all_chown_common() on VxWorks (GH-23716)

[issue31904] Python should support VxWorks RTOS

2020-12-15 Thread STINNER Victor
STINNER Victor added the comment: New changeset e1e3c2dac3da8a179f57bd3e3309ab65385bcc8a by pxinwr in branch 'master': bpo-31904: Disable os.popen and popen test cases on VxWorks (GH-21687) https://github.com/python/cpython/commit/e1e3c2dac3da8a179f57bd3e3309ab65385bcc8a --

[issue31904] Python should support VxWorks RTOS

2020-12-15 Thread Inada Naoki
Change by Inada Naoki : -- nosy: -methane ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31904] Python should support VxWorks RTOS

2020-12-14 Thread Peixing Xin
Change by Peixing Xin : -- pull_requests: +22632 pull_request: https://github.com/python/cpython/pull/23776 ___ Python tracker ___

[issue31904] Python should support VxWorks RTOS

2020-12-14 Thread dimitri.wei
Change by dimitri.wei : -- nosy: -wlf100220 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31904] Python should support VxWorks RTOS

2020-12-14 Thread STINNER Victor
STINNER Victor added the comment: New changeset c117426bf8e7dd7a25e7d15bfbc88253b6ed42de by pxinwr in branch 'master': bpo-31904: Enable libpython3.so shared library for VxWorks (GH-23741) https://github.com/python/cpython/commit/c117426bf8e7dd7a25e7d15bfbc88253b6ed42de --

[issue31904] Python should support VxWorks RTOS

2020-12-11 Thread Peixing Xin
Change by Peixing Xin : -- pull_requests: +22599 pull_request: https://github.com/python/cpython/pull/23741 ___ Python tracker ___

[issue31904] Python should support VxWorks RTOS

2020-12-09 Thread STINNER Victor
STINNER Victor added the comment: New changeset d5dcb653176387b72c8630f1a5464571f538a639 by pxinwr in branch 'master': bpo-31904: Define THREAD_STACK_SIZE for VxWorks (GH-23718) https://github.com/python/cpython/commit/d5dcb653176387b72c8630f1a5464571f538a639 --

[issue31904] Python should support VxWorks RTOS

2020-12-09 Thread dimitri.wei
dimitri.wei added the comment: test comment -- components: +Build -Cross-Build nosy: +wlf100220 ___ Python tracker ___ ___

[issue31904] Python should support VxWorks RTOS

2020-12-09 Thread Peixing Xin
Change by Peixing Xin : -- pull_requests: +22579 pull_request: https://github.com/python/cpython/pull/23718 ___ Python tracker ___

[issue31904] Python should support VxWorks RTOS

2020-12-08 Thread Peixing Xin
Change by Peixing Xin : -- pull_requests: +22578 pull_request: https://github.com/python/cpython/pull/23716 ___ Python tracker ___

[issue31904] Python should support VxWorks RTOS

2020-12-04 Thread Gregory P. Smith
Gregory P. Smith added the comment: New changeset 8d4f57dbd10846ffb4881b6509a511be0ab3b913 by pxinwr in branch 'master': bpo-31904: fix test_doctest.py failures for VxWorks (GH-23419) https://github.com/python/cpython/commit/8d4f57dbd10846ffb4881b6509a511be0ab3b913 -- nosy:

[issue31904] Python should support VxWorks RTOS

2020-12-01 Thread STINNER Victor
STINNER Victor added the comment: New changeset e483d281bd55be0beee3e62d18e0719175bde671 by pxinwr in branch 'master': bpo-31904: Fix test_netrc for VxWorks RTOS (GH-21675) https://github.com/python/cpython/commit/e483d281bd55be0beee3e62d18e0719175bde671 --

[issue31904] Python should support VxWorks RTOS

2020-12-01 Thread STINNER Victor
STINNER Victor added the comment: New changeset b2d0c66e881301ed8908da3cb41bbf253c449b0c by pxinwr in branch 'master': bpo-31904: Fix fifo test cases for VxWorks (GH-20254) https://github.com/python/cpython/commit/b2d0c66e881301ed8908da3cb41bbf253c449b0c --

[issue31904] Python should support VxWorks RTOS

2020-11-30 Thread STINNER Victor
STINNER Victor added the comment: New changeset 1244c816d7cdfa8a26d1671cab67122a8c5271a7 by pxinwr in branch 'master': bpo-31904: Support signal module on VxWorks (GH-23391) https://github.com/python/cpython/commit/1244c816d7cdfa8a26d1671cab67122a8c5271a7 --

[issue31904] Python should support VxWorks RTOS

2020-11-28 Thread miss-islington
miss-islington added the comment: New changeset 00a6568ba37f0d815289776a51af46d0eac27384 by pxinwr in branch 'master': bpo-31904: remove libnet dependency from detect_socket() for VxWorks (GH-23394) https://github.com/python/cpython/commit/00a6568ba37f0d815289776a51af46d0eac27384

[issue31904] Python should support VxWorks RTOS

2020-11-28 Thread miss-islington
miss-islington added the comment: New changeset 6a273fdc2a36f52fb70359149eff014f1b6b08d4 by pxinwr in branch 'master': bpo-31904: skip some tests related to fifo on VxWorks (GH-23473) https://github.com/python/cpython/commit/6a273fdc2a36f52fb70359149eff014f1b6b08d4 --

[issue31904] Python should support VxWorks RTOS

2020-11-28 Thread miss-islington
miss-islington added the comment: New changeset a86a274b7224a5069f82c2d2cdd1f499d9c8dc22 by pxinwr in branch 'master': bpo-31904: add shell requirement for test_pipes (GH-23489) https://github.com/python/cpython/commit/a86a274b7224a5069f82c2d2cdd1f499d9c8dc22 -- nosy:

[issue31904] Python should support VxWorks RTOS

2020-11-28 Thread STINNER Victor
STINNER Victor added the comment: New changeset aa1b8a168d8b8dc1dfc426364b7b664501302958 by pxinwr in branch 'master': bpo-31904: Fix test_os.test_getcwd_long_path() failure for VxWorks (GH-20256) https://github.com/python/cpython/commit/aa1b8a168d8b8dc1dfc426364b7b664501302958 --

[issue31904] Python should support VxWorks RTOS

2020-11-27 Thread Peixing Xin
Change by Peixing Xin : -- pull_requests: +22412 pull_request: https://github.com/python/cpython/pull/23530 ___ Python tracker ___

[issue31904] Python should support VxWorks RTOS

2020-11-25 Thread Peixing Xin
Change by Peixing Xin : -- pull_requests: +22403 pull_request: https://github.com/python/cpython/pull/23518 ___ Python tracker ___

[issue31904] Python should support VxWorks RTOS

2020-11-25 Thread Peixing Xin
Change by Peixing Xin : -- pull_requests: +22394 pull_request: https://github.com/python/cpython/pull/23507 ___ Python tracker ___

[issue31904] Python should support VxWorks RTOS

2020-11-24 Thread Peixing Xin
Change by Peixing Xin : -- pull_requests: +22377 pull_request: https://github.com/python/cpython/pull/23489 ___ Python tracker ___

[issue31904] Python should support VxWorks RTOS

2020-11-24 Thread Peixing Xin
Change by Peixing Xin : -- pull_requests: +22375 pull_request: https://github.com/python/cpython/pull/21687 ___ Python tracker ___

[issue31904] Python should support VxWorks RTOS

2020-11-22 Thread Peixing Xin
Change by Peixing Xin : -- pull_requests: +22363 pull_request: https://github.com/python/cpython/pull/23473 ___ Python tracker ___

[issue31904] Python should support VxWorks RTOS

2020-11-19 Thread Peixing Xin
Change by Peixing Xin : -- pull_requests: +22312 pull_request: https://github.com/python/cpython/pull/23419 ___ Python tracker ___

[issue31904] Python should support VxWorks RTOS

2020-11-19 Thread Peixing Xin
Change by Peixing Xin : -- pull_requests: +22286 pull_request: https://github.com/python/cpython/pull/23394 ___ Python tracker ___

[issue31904] Python should support VxWorks RTOS

2020-11-19 Thread Peixing Xin
Change by Peixing Xin : -- pull_requests: +22283 pull_request: https://github.com/python/cpython/pull/23391 ___ Python tracker ___

[issue31904] Python should support VxWorks RTOS

2020-08-11 Thread Peixing Xin
Change by Peixing Xin : -- pull_requests: +20950 pull_request: https://github.com/python/cpython/pull/21821 ___ Python tracker ___

[issue31904] Python should support VxWorks RTOS

2020-08-04 Thread STINNER Victor
Change by STINNER Victor : -- nosy: -vstinner ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31904] Python should support VxWorks RTOS

2020-07-28 Thread Peixing Xin
Change by Peixing Xin : -- pull_requests: +20820 pull_request: https://github.com/python/cpython/pull/21675 ___ Python tracker ___

[issue31904] Python should support VxWorks RTOS

2020-07-28 Thread Peixing Xin
Peixing Xin added the comment: @Jim.Jewett Yes. We have got most modules passed testing locally. Now we want to get the patches upstream. So VxWorks platform can be officially supported. -- ___ Python tracker

[issue31904] Python should support VxWorks RTOS

2020-07-27 Thread Jim Jewett
Jim Jewett added the comment: Is it safe to say that there is an now intent to support VxWorks within the main tree, with Wind River agreeing to be primary support? And this ticket has become a tracking ticket for the status on getting it there, small PR by small PR plus buildbot?

[issue31904] Python should support VxWorks RTOS

2020-07-27 Thread Inada Naoki
Inada Naoki added the comment: New changeset 855e68855eeb06f8f0319b3366d3a012c2ff2041 by pxinwr in branch 'master': bpo-31904: Fix test_ftplib failures for VxWorks RTOS (GH-19447) https://github.com/python/cpython/commit/855e68855eeb06f8f0319b3366d3a012c2ff2041 -- nosy:

[issue31904] Python should support VxWorks RTOS

2020-05-20 Thread Ned Deily
Change by Ned Deily : -- nosy: -ned.deily versions: +Python 3.10 -Python 3.8 ___ Python tracker ___ ___ Python-bugs-list mailing

[issue31904] Python should support VxWorks RTOS

2020-05-20 Thread Peixing Xin
Change by Peixing Xin : -- pull_requests: +19541 pull_request: https://github.com/python/cpython/pull/20256 ___ Python tracker ___

[issue31904] Python should support VxWorks RTOS

2020-05-20 Thread Peixing Xin
Change by Peixing Xin : -- pull_requests: +19539 pull_request: https://github.com/python/cpython/pull/20254 ___ Python tracker ___

[issue31904] Python should support VxWorks RTOS

2020-04-09 Thread STINNER Victor
STINNER Victor added the comment: New changeset 5cd28030092eaa8eb9223afd733974fd2afc8e2c by pxinwr in branch 'master': bpo-31904: Fix test_c_locale_coercion encodings for VxWorks RTOS (GH-19448) https://github.com/python/cpython/commit/5cd28030092eaa8eb9223afd733974fd2afc8e2c --

[issue31904] Python should support VxWorks RTOS

2020-04-09 Thread Peixing Xin
Change by Peixing Xin : -- pull_requests: +18803 pull_request: https://github.com/python/cpython/pull/19448 ___ Python tracker ___

[issue31904] Python should support VxWorks RTOS

2020-04-09 Thread Peixing Xin
Change by Peixing Xin : -- pull_requests: +18802 pull_request: https://github.com/python/cpython/pull/19447 ___ Python tracker ___

[issue31904] Python should support VxWorks RTOS

2019-05-30 Thread LihuaZhao
Change by LihuaZhao : -- pull_requests: -12349 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31904] Python should support VxWorks RTOS

2019-05-23 Thread Hongchang Liu
Change by Hongchang Liu : -- pull_requests: +13449 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31904] Python should support VxWorks RTOS

2019-05-22 Thread Hongchang Liu
Change by Hongchang Liu : -- pull_requests: +13402 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31904] Python should support VxWorks RTOS

2019-05-21 Thread STINNER Victor
STINNER Victor added the comment: Please update PR 12670: see my comment there. -- ___ Python tracker ___ ___ Python-bugs-list

[issue31904] Python should support VxWorks RTOS

2019-05-21 Thread STINNER Victor
STINNER Victor added the comment: New changeset f2d7ac7e5bd821e29e0fcb78a760a282059ae000 by Victor Stinner (pxinwr) in branch 'master': bpo-31904: Add posix module support for VxWorks (GH-12118) https://github.com/python/cpython/commit/f2d7ac7e5bd821e29e0fcb78a760a282059ae000 --

[issue31904] Python should support VxWorks RTOS

2019-04-17 Thread STINNER Victor
STINNER Victor added the comment: New changeset 693c104ae74feea11f0b51176dc91ecd153230c0 by Victor Stinner (Lihua Zhao) in branch 'master': bpo-31904: Port test_resource to VxWorks (GH-12719) https://github.com/python/cpython/commit/693c104ae74feea11f0b51176dc91ecd153230c0 --

[issue31904] Python should support VxWorks RTOS

2019-04-17 Thread STINNER Victor
STINNER Victor added the comment: New changeset 2954550818e5c23a082e6279eb326168230ebf04 by Victor Stinner (Lihua Zhao) in branch 'master': bpo-31904: Port test_cmd_line to VxWorks (#12648) https://github.com/python/cpython/commit/2954550818e5c23a082e6279eb326168230ebf04 --

[issue31904] Python should support VxWorks RTOS

2019-04-17 Thread STINNER Victor
STINNER Victor added the comment: New changeset 36c41bc2017921321dbb19557f616a6bb7572c83 by Victor Stinner (Lihua Zhao) in branch 'master': bpo-31904: Fix test_tabnanny on VxWorks (GH-12646) https://github.com/python/cpython/commit/36c41bc2017921321dbb19557f616a6bb7572c83 --

[issue31904] Python should support VxWorks RTOS

2019-04-15 Thread Peixing Xin
Peixing Xin added the comment: @vstinner I've informed WRS team of temporarily not creating new PRs in until less than 4 PRs are in the open state. Next we will keep open PRs less than 4. Thanks for your effort on them. -- ___ Python tracker

[issue31904] Python should support VxWorks RTOS

2019-04-15 Thread Peixing Xin
Change by Peixing Xin : -- nosy: +pxinwr ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31904] Python should support VxWorks RTOS

2019-04-15 Thread STINNER Victor
STINNER Victor added the comment: New changeset f1464f4d2ecf9b809ff768c523c5eea1abd31c55 by Victor Stinner (pxinwr) in branch 'master': bpo-31904: Port the time module on VxWorks (GH-12305) https://github.com/python/cpython/commit/f1464f4d2ecf9b809ff768c523c5eea1abd31c55 --

[issue31904] Python should support VxWorks RTOS

2019-04-15 Thread STINNER Victor
STINNER Victor added the comment: New changeset 236d0b75c41449a266201c683b4b0d6acdee02df by Victor Stinner (pxinwr) in branch 'master': bpo-31904: Don't build the _crypt extension on VxWorks (GH-12833) https://github.com/python/cpython/commit/236d0b75c41449a266201c683b4b0d6acdee02df

[issue31904] Python should support VxWorks RTOS

2019-04-15 Thread Peixing Xin
Change by Peixing Xin : -- pull_requests: +12758 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31904] Python should support VxWorks RTOS

2019-04-10 Thread STINNER Victor
STINNER Victor added the comment: Please stop adding more pull requests, I cannot review too many at the same time. I would prefer to have a limit of 4 open PRs. I don't propose to close existing ones. Just stop to add more :-) -- ___ Python

[issue31904] Python should support VxWorks RTOS

2019-04-07 Thread LihuaZhao
Change by LihuaZhao : -- pull_requests: +12645 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31904] Python should support VxWorks RTOS

2019-04-02 Thread Yue Sun
Change by Yue Sun : -- pull_requests: +12598 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31904] Python should support VxWorks RTOS

2019-04-01 Thread LihuaZhao
Change by LihuaZhao : -- pull_requests: +12580 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31904] Python should support VxWorks RTOS

2019-04-01 Thread LihuaZhao
Change by LihuaZhao : -- pull_requests: +12578 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31904] Python should support VxWorks RTOS

2019-03-28 Thread Christian Heimes
Christian Heimes added the comment: I'm against implementing crypt on top of OpenSSL's DES_crypt. Please don't support the module at all instead of just supporting a completely broken implementation. -- nosy: +christian.heimes ___ Python tracker

[issue31904] Python should support VxWorks RTOS

2019-03-27 Thread STINNER Victor
STINNER Victor added the comment: New changeset f4333d0479d6974d142e858522e95cbf8381f016 by Victor Stinner (hliu0) in branch 'master': bpo-31904: Fix test_utf8_mode on VxWorks (GH-12428) https://github.com/python/cpython/commit/f4333d0479d6974d142e858522e95cbf8381f016 --

[issue31904] Python should support VxWorks RTOS

2019-03-19 Thread Hongchang Liu
Change by Hongchang Liu : -- pull_requests: +12382 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31904] Python should support VxWorks RTOS

2019-03-18 Thread LihuaZhao
Change by LihuaZhao : -- pull_requests: +12349 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31904] Python should support VxWorks RTOS

2019-03-14 Thread STINNER Victor
STINNER Victor added the comment: Please stop to send new PRs which depend on other PRs which are not merged yet, it becomes too hard to follow :-( Let's focus on first PRs. -- ___ Python tracker

[issue31904] Python should support VxWorks RTOS

2019-03-14 Thread Peixing Xin
Change by Peixing Xin : -- pull_requests: +12295 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31904] Python should support VxWorks RTOS

2019-03-14 Thread Yue Sun
Change by Yue Sun : -- pull_requests: +12293 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31904] Python should support VxWorks RTOS

2019-03-13 Thread Terry J. Reedy
Change by Terry J. Reedy : -- nosy: -terry.reedy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31904] Python should support VxWorks RTOS

2019-03-13 Thread STINNER Victor
STINNER Victor added the comment: New changeset 8b5bdda5b4c418c4a858f183763d0a497170977c by Victor Stinner (pxinwr) in branch 'master': bpo-31904: Adapt the _signal module to VxWorks RTOS (GH-12304) https://github.com/python/cpython/commit/8b5bdda5b4c418c4a858f183763d0a497170977c

[issue31904] Python should support VxWorks RTOS

2019-03-13 Thread Peixing Xin
Change by Peixing Xin : -- pull_requests: +12281 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31904] Python should support VxWorks RTOS

2019-03-13 Thread Peixing Xin
Change by Peixing Xin : -- pull_requests: +12280 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31904] Python should support VxWorks RTOS

2019-03-04 Thread STINNER Victor
STINNER Victor added the comment: New changeset f4b0a1c0da80318e0a4f4c70d2722f01ce3512dd by Victor Stinner (pxinwr) in branch 'master': bpo-31904: Add encoding support for VxWorks RTOS (GH-12051) https://github.com/python/cpython/commit/f4b0a1c0da80318e0a4f4c70d2722f01ce3512dd --

[issue31904] Python should support VxWorks RTOS

2019-03-04 Thread Peixing Xin
Change by Peixing Xin : -- pull_requests: +12155 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31904] Python should support VxWorks RTOS

2019-03-02 Thread Alexey Izbyshev
Change by Alexey Izbyshev : -- nosy: +izbyshev ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31904] Python should support VxWorks RTOS

2019-03-01 Thread Peixing Xin
Change by Peixing Xin : -- pull_requests: +12123 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31904] Python should support VxWorks RTOS

2019-02-27 Thread STINNER Victor
STINNER Victor added the comment: New changeset 32f5fdd7f4213743fe2f6eedd0fe2108f3157021 by Victor Stinner (pxinwr) in branch 'master': bpo-31904: Add cross-build support for VxWorks RTOS (GH-11968) https://github.com/python/cpython/commit/32f5fdd7f4213743fe2f6eedd0fe2108f3157021

[issue31904] Python should support VxWorks RTOS

2019-02-26 Thread STINNER Victor
STINNER Victor added the comment: Kuhl, Brian started a new discussion: [Python-Dev] VxWorks and cpython? https://mail.python.org/pipermail/python-dev/2019-January/156024.html PR 11968 and PR 12051 are small and reasonable. IMHO we can take decisions on a case by case basic. But WindRiver

[issue31904] Python should support VxWorks RTOS

2019-02-26 Thread Peixing Xin
Change by Peixing Xin : -- pull_requests: +12077 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31904] Python should support VxWorks RTOS

2019-02-20 Thread Peixing Xin
Change by Peixing Xin : -- pull_requests: +11994 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31904] Python should support VxWorks RTOS

2019-02-19 Thread Peixing Xin
Change by Peixing Xin : -- pull_requests: +11976 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31904] Python should support VxWorks RTOS

2018-04-16 Thread Ned Deily
Ned Deily added the comment: As I commented on the PR, I think this PR should not be merged until and if there is a consensus that this support belongs in the standard cpython repo and there is an agreed-upon plan how this platform would be supported on going. I think it

[issue31904] Python should support VxWorks RTOS

2017-11-08 Thread R. David Murray
R. David Murray added the comment: I'm not sure what licensing issues you are talking about, but setting up a buildbot shouldn't normally run into any. As long as you have a license to the run the OS, the fact that you are using it to receive jobs from our build

[issue31904] Python should support VxWorks RTOS

2017-11-08 Thread Brian Kuhl
Brian Kuhl added the comment: I'm quite happy to take on maintainer role for Python on VxWorks, so I think we can get that one solved. Enabling a build bot for cross compile of propitiatory OS presents a number of legal licensing issues that outside my control. And

[issue31904] Python should support VxWorks RTOS

2017-11-06 Thread STINNER Victor
STINNER Victor added the comment: FYI I already started a thread on python-dev: [Python-Dev] Partial support of a platform https://mail.python.org/pipermail/python-dev/2017-November/150238.html -- ___ Python tracker

[issue31904] Python should support VxWorks RTOS

2017-11-06 Thread STINNER Victor
STINNER Victor added the comment: To support a new platform, you need a developer who can support this platform next years, a working buildbot, etc. You can start a discussion on python-dev to get a first feedback. Without a strong support, this issue should be

[issue31904] Python should support VxWorks RTOS

2017-11-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: The following might be relevant to this issue: https://www.python.org/dev/peps/pep-0011/#supporting-platforms -- nosy: +terry.reedy ___ Python tracker

[issue31904] Python should support VxWorks RTOS

2017-10-30 Thread Brian Kuhl
Change by Brian Kuhl : -- pull_requests: +4155 ___ Python tracker ___ ___

[issue31904] Python should support VxWorks RTOS

2017-10-30 Thread Brian Kuhl
Change by Brian Kuhl : -- keywords: +patch pull_requests: +4149 stage: -> patch review ___ Python tracker ___

[issue31904] Python should support VxWorks RTOS

2017-10-30 Thread Brian Kuhl
New submission from Brian Kuhl : With the trend to use REST APIs between the cloud and the IoT there is increasing interest in Python on embedded devices. Cloud developer’s typical release a reference REST implementation of JSON and/or Python on Linux and leave it to

  1   2   >