Message374585
I just started running into a failure that looks like this on some private builds (Xcode_11.3.1 on macOS-10.14.6-x86_64-i386-64bit):
======================================================================
FAIL: test_setsid (test.test_posix.TestPosixSpawnP)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/runner/work/1/s/Lib/test/test_posix.py", line 1692, in test_setsid
self.assertNotEqual(parent_sid, child_sid)
AssertionError: 1 == 1
Is that this issue? Or something else? |
|
Date |
User |
Action |
Args |
2020-07-29 19:39:12 | steve.dower | set | recipients:
+ steve.dower, ronaldoussoren, ned.deily, serhiy.storchaka |
2020-07-29 19:39:12 | steve.dower | set | messageid: <1596051552.19.0.129731799019.issue37586@roundup.psfhosted.org> |
2020-07-29 19:39:12 | steve.dower | link | issue37586 messages |
2020-07-29 19:39:12 | steve.dower | create | |
|