[issue44097] add configure option to control the groups of .pyc files to install

2021-05-10 Thread Peixing Xin
Peixing Xin added the comment: For the configure option name used in PR# 23930, change it to "--enable-pyc-groups" is better? What is your advice? -- ___ Python tracker <https://bugs.python.o

[issue44097] add configure option to control the groups of .pyc files to install

2021-05-10 Thread Peixing Xin
Change by Peixing Xin : -- nosy: +gregory.p.smith ___ Python tracker <https://bugs.python.org/issue44097> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue44097] add configure option to control the groups of .pyc files to install

2021-05-10 Thread Peixing Xin
New submission from Peixing Xin : Currently when building and installing Python out of source, unoptimized .pyc files and 2 types of optimized .pyc files(*.opt-1.pyc and *.opt-2.pyc) are all compiled out and installed. So to reduce package size and build and installation time, we should

[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 <https://bugs.python.org/issue31

[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 <https://bugs.python.org/issue31

[issue27640] add the '--disable-test-suite' option to configure

2020-12-28 Thread Peixing Xin
Change by Peixing Xin : -- nosy: +pxinwr nosy_count: 6.0 -> 7.0 pull_requests: +22820 pull_request: https://github.com/python/cpython/pull/23886 ___ Python tracker <https://bugs.python.org/issu

[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 <https://bugs.python.org/issue31

[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 <https://bugs.python.org/issue31

[issue41443] some test cases in test_posix.py fail if some os attributes are not supported

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

[issue10496] Python startup should not require passwd entry

2020-12-17 Thread Peixing Xin
Change by Peixing Xin : -- nosy: +pxinwr nosy_count: 28.0 -> 29.0 pull_requests: +22685 pull_request: https://github.com/python/cpython/pull/23530 ___ Python tracker <https://bugs.python.org/issu

[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 <https://bugs.python.org/issue31

[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 <https://bugs.python.org/issue31

[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 <https://bugs.python.org/issue31

[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 <https://bugs.python.org/issue31

[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 <https://bugs.python.org/issue31

[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 <https://bugs.python.org/issue31

[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 <https://bugs.python.org/issue31

[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 <https://bugs.python.org/issue31

[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 <https://bugs.python.org/issue31

[issue41442] test_posix.PosixTester.test_getgroups fail on operating systems without supporting unix shell

2020-11-24 Thread Peixing Xin
Peixing Xin added the comment: The issue has been moved into bpo31904. -- resolution: -> duplicate stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[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 <https://bugs.python.org/issue31

[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 <https://bugs.python.org/issue31

[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 <https://bugs.python.org/issue31

[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 <https://bugs.python.org/issue31

[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 <https://bugs.python.org/issue31

[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 <https://bugs.python.org/issue31

[issue41440] os.cpu_count doesn't work on VxWorks RTOS

2020-08-03 Thread Peixing Xin
Peixing Xin added the comment: I don't know who have VxWorks experience in core devs. VxWorks has not been officially supported so not listed there. I am from Wind River and Wind River can provide buildbot for VxWorks once it is supported and I also could take the maintainer

[issue41439] test_uuid.py and test_ssl.py failure on OSes without os.fork (VxWorks RTOS)

2020-08-03 Thread Peixing Xin
Peixing Xin added the comment: Terry, VxWorks has not been officially supported by community. Certainly no builtbot for VxWorks connected yet. I am porting cpython onto VxWorks RTOS now. Several issues you listed are the part of my porting effort. So I think we don't need to backpor

[issue41462] os.set_blocking() raises OSError on VxWorks RTOS

2020-08-03 Thread Peixing Xin
Change by Peixing Xin : -- keywords: +patch pull_requests: +20857 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21713 ___ Python tracker <https://bugs.python.org/issu

[issue41462] os.set_blocking() raises OSError on VxWorks RTOS

2020-08-03 Thread Peixing Xin
New submission from Peixing Xin : os.set_blocking() always raise OSError exception on VxWorks RTOS. See below for details. [vxWorks *]# python3 -m unittest -v test.test_os.BlockingTests.test_blocking Launching process 'python3' ... Process 'python3' (process Id = 0

[issue41443] some test cases in test_posix.py fail if some os attributes are not supported

2020-07-30 Thread Peixing Xin
Change by Peixing Xin : -- keywords: +patch pull_requests: +20831 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21688 ___ Python tracker <https://bugs.python.org/issu

[issue41443] some test cases in test_posix.py fail if some os attributes are not supported

2020-07-30 Thread Peixing Xin
New submission from Peixing Xin : Some operating systems like VxWorks can't support posix.chown, posix.mknod and posix.readlink. This results that test_chown_dir_fd, test_mknod_dir_fd and test_readlink_dir_fd fail. -- components: Tests messages: 374610 nosy: pxinwr priority: n

[issue41442] test_posix.PosixTester.test_getgroups fail on operating systems without supporting unix shell

2020-07-30 Thread Peixing Xin
Change by Peixing Xin : -- keywords: +patch pull_requests: +20830 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21687 ___ Python tracker <https://bugs.python.org/issu

[issue41442] test_posix.PosixTester.test_getgroups fail on operating systems without supporting unix shell

2020-07-30 Thread Peixing Xin
New submission from Peixing Xin : test_posix.PosixTester.test_getgroups requires unix shell supported on tested platform. However some operating systems like VxWorks doesn't support unix shell. This case will fail on it. -- components: Tests messages: 374609 nosy: pxinwr pri

[issue41440] os.cpu_count doesn't work on VxWorks RTOS

2020-07-30 Thread Peixing Xin
Change by Peixing Xin : -- keywords: +patch pull_requests: +20828 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21685 ___ Python tracker <https://bugs.python.org/issu

[issue41440] os.cpu_count doesn't work on VxWorks RTOS

2020-07-30 Thread Peixing Xin
New submission from Peixing Xin : Now os.cpu_count() always returns NONE on VxWorks RTOS. It needs to be fixed particularly for VxWorks. -- components: Library (Lib) messages: 374601 nosy: pxinwr priority: normal severity: normal status: open type: enhancement versions: Python 3.10

[issue41439] some test cases in test_uuid.py and test_ssl.py fail on some operating systems because of no os.fork support

2020-07-29 Thread Peixing Xin
Change by Peixing Xin : -- keywords: +patch pull_requests: +20827 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21684 ___ Python tracker <https://bugs.python.org/issu

[issue41439] some test cases in test_uuid.py and test_ssl.py fail on some operating systems because of no os.fork support

2020-07-29 Thread Peixing Xin
New submission from Peixing Xin : Some operating systems, for example VxWorks RTOS, don't support fork(). Some test cases that depend on os.fork() will fail. test_ssl.BasicSocketTests.test_random_fork and test_uuid.TestUUIDWithExtModule.testIssue8621 fail are this

[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 <https://bugs.python.org/issue31

[issue31904] Python should support VxWorks RTOS

2020-07-27 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 <https://bugs.python.org/issue31

[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 <https://bugs.python.org/issue31

[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 <https://bugs.python.org/issue31

[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 <https://bugs.python.org/issue31

[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 <https://bugs.python.org/issue31

[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 tr

[issue31904] Python should support VxWorks RTOS

2019-04-15 Thread Peixing Xin
Change by Peixing Xin : -- nosy: +pxinwr ___ Python tracker <https://bugs.python.org/issue31904> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31904] Python should support VxWorks RTOS

2019-04-15 Thread Peixing Xin
Change by Peixing Xin : -- pull_requests: +12758 ___ Python tracker <https://bugs.python.org/issue31904> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31904] Python should support VxWorks RTOS

2019-03-14 Thread Peixing Xin
Change by Peixing Xin : -- pull_requests: +12295 ___ Python tracker <https://bugs.python.org/issue31904> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31904] Python should support VxWorks RTOS

2019-03-13 Thread Peixing Xin
Change by Peixing Xin : -- pull_requests: +12281 ___ Python tracker <https://bugs.python.org/issue31904> ___ ___ 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 <https://bugs.python.org/issue31904> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31904] Python should support VxWorks RTOS

2019-03-04 Thread Peixing Xin
Change by Peixing Xin : -- pull_requests: +12155 ___ Python tracker <https://bugs.python.org/issue31904> ___ ___ 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 <https://bugs.python.org/issue31904> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31904] Python should support VxWorks RTOS

2019-02-26 Thread Peixing Xin
Change by Peixing Xin : -- pull_requests: +12077 ___ Python tracker <https://bugs.python.org/issue31904> ___ ___ 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 <https://bugs.python.org/issue31904> ___ ___ 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 <https://bugs.python.org/issue31904> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35994] In WalkTests of test_os.py, sub2_tree missed the dir "SUB21" if symlink can't be supported.

2019-02-14 Thread Peixing Xin
Change by Peixing Xin : -- keywords: +patch pull_requests: +11885 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue35994> ___ ___ Py

[issue35994] In WalkTests of test_os.py, sub2_tree missed the dir "SUB21" if symlink can't be supported.

2019-02-13 Thread Peixing Xin
New submission from Peixing Xin : Looking into the setUp method of WalkTests class in test_os.py, sub2_tree missed "SUB21" in its directory list if support.can_symlink() returns False. -- components: Tests messages: 335505 nosy: pxinwr priority: normal severity: normal st