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

2020-12-08 Thread STINNER Victor
STINNER Victor added the comment: Thanks Peixing Xin, I merged your fix. Terry: > I could merge and backport I don't think that it's worth it to backport to 3.9: Python 3.9 doesn't support VxWorks. I prefer to only merge VxWorks changes in the master branch. Terry: > We do not put

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

2020-12-08 Thread STINNER Victor
STINNER Victor added the comment: New changeset 98a54171932584883cb3973f78dd30f92d7a3a78 by pxinwr in branch 'master': bpo-41439: Skip test_ssl and test_uuid tests if fork() is not supported (GH-21684) https://github.com/python/cpython/commit/98a54171932584883cb3973f78dd30f92d7a3a78

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

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

[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 backport the

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

2020-08-03 Thread STINNER Victor
Change by STINNER Victor : -- title: test_uuid.py and test_ssl.py failure on OSes without os.fork -> test_uuid.py and test_ssl.py failure on OSes without os.fork (VxWorks RTOS) ___ Python tracker