Change by Peixing Xin :
--
pull_requests: +24622
pull_request: https://github.com/python/cpython/pull/25965
___
Python tracker
<https://bugs.python.org/issue31
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
Change by Peixing Xin :
--
nosy: +gregory.p.smith
___
Python tracker
<https://bugs.python.org/issue44097>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
Change by Peixing Xin :
--
pull_requests: +18802
pull_request: https://github.com/python/cpython/pull/19447
___
Python tracker
<https://bugs.python.org/issue31
Change by Peixing Xin :
--
pull_requests: +18803
pull_request: https://github.com/python/cpython/pull/19448
___
Python tracker
<https://bugs.python.org/issue31
Change by Peixing Xin :
--
pull_requests: +22412
pull_request: https://github.com/python/cpython/pull/23530
___
Python tracker
<https://bugs.python.org/issue31
Change by Peixing Xin :
--
pull_requests: +22578
pull_request: https://github.com/python/cpython/pull/23716
___
Python tracker
<https://bugs.python.org/issue31
Change by Peixing Xin :
--
pull_requests: +22579
pull_request: https://github.com/python/cpython/pull/23718
___
Python tracker
<https://bugs.python.org/issue31
Change by Peixing Xin :
--
pull_requests: +22599
pull_request: https://github.com/python/cpython/pull/23741
___
Python tracker
<https://bugs.python.org/issue31
Change by Peixing Xin :
--
pull_requests: +22632
pull_request: https://github.com/python/cpython/pull/23776
___
Python tracker
<https://bugs.python.org/issue31
Change by Peixing Xin :
--
pull_requests: +22676
pull_request: https://github.com/python/cpython/pull/23815
___
Python tracker
<https://bugs.python.org/issue31
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
Change by Peixing Xin :
--
pull_requests: +22745
pull_request: https://github.com/python/cpython/pull/23886
___
Python tracker
<https://bugs.python.org/issue41
Change by Peixing Xin :
--
pull_requests: +22746
pull_request: https://github.com/python/cpython/pull/23886
___
Python tracker
<https://bugs.python.org/issue31
Change by Peixing Xin :
--
pull_requests: +22771
pull_request: https://github.com/python/cpython/pull/23920
___
Python tracker
<https://bugs.python.org/issue31
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
Change by Peixing Xin :
--
pull_requests: +23018
pull_request: https://github.com/python/cpython/pull/24191
___
Python tracker
<https://bugs.python.org/issue31
Change by Peixing Xin :
--
pull_requests: +19539
pull_request: https://github.com/python/cpython/pull/20254
___
Python tracker
<https://bugs.python.org/issue31
Change by Peixing Xin :
--
pull_requests: +19541
pull_request: https://github.com/python/cpython/pull/20256
___
Python tracker
<https://bugs.python.org/issue31
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
Change by Peixing Xin :
--
pull_requests: +20820
pull_request: https://github.com/python/cpython/pull/21675
___
Python tracker
<https://bugs.python.org/issue31
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
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
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
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
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
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
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
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
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
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
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
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
Change by Peixing Xin :
--
pull_requests: +20950
pull_request: https://github.com/python/cpython/pull/21821
___
Python tracker
<https://bugs.python.org/issue31
Change by Peixing Xin :
--
pull_requests: +22283
pull_request: https://github.com/python/cpython/pull/23391
___
Python tracker
<https://bugs.python.org/issue31
Change by Peixing Xin :
--
pull_requests: +22286
pull_request: https://github.com/python/cpython/pull/23394
___
Python tracker
<https://bugs.python.org/issue31
Change by Peixing Xin :
--
pull_requests: +22312
pull_request: https://github.com/python/cpython/pull/23419
___
Python tracker
<https://bugs.python.org/issue31
Change by Peixing Xin :
--
pull_requests: +22363
pull_request: https://github.com/python/cpython/pull/23473
___
Python tracker
<https://bugs.python.org/issue31
Change by Peixing Xin :
--
pull_requests: +22375
pull_request: https://github.com/python/cpython/pull/21687
___
Python tracker
<https://bugs.python.org/issue31
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
Change by Peixing Xin :
--
pull_requests: +22377
pull_request: https://github.com/python/cpython/pull/23489
___
Python tracker
<https://bugs.python.org/issue31
Change by Peixing Xin :
--
pull_requests: +22394
pull_request: https://github.com/python/cpython/pull/23507
___
Python tracker
<https://bugs.python.org/issue31
Change by Peixing Xin :
--
pull_requests: +22403
pull_request: https://github.com/python/cpython/pull/23518
___
Python tracker
<https://bugs.python.org/issue31
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
Change by Peixing Xin :
--
keywords: +patch
pull_requests: +11885
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue35994>
___
___
Py
Change by Peixing Xin :
--
pull_requests: +11976
___
Python tracker
<https://bugs.python.org/issue31904>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Peixing Xin :
--
pull_requests: +11994
___
Python tracker
<https://bugs.python.org/issue31904>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Peixing Xin :
--
pull_requests: +12077
___
Python tracker
<https://bugs.python.org/issue31904>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Peixing Xin :
--
pull_requests: +12123
___
Python tracker
<https://bugs.python.org/issue31904>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Peixing Xin :
--
pull_requests: +12155
___
Python tracker
<https://bugs.python.org/issue31904>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Peixing Xin :
--
pull_requests: +12280
___
Python tracker
<https://bugs.python.org/issue31904>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Peixing Xin :
--
pull_requests: +12281
___
Python tracker
<https://bugs.python.org/issue31904>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Peixing Xin :
--
pull_requests: +12295
___
Python tracker
<https://bugs.python.org/issue31904>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Peixing Xin :
--
pull_requests: +12758
___
Python tracker
<https://bugs.python.org/issue31904>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Peixing Xin :
--
nosy: +pxinwr
___
Python tracker
<https://bugs.python.org/issue31904>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
57 matches
Mail list logo