This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steve.dower
Recipients ned.deily, ronaldoussoren, serhiy.storchaka, steve.dower
Date 2020-07-29.19:39:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1596051552.19.0.129731799019.issue37586@roundup.psfhosted.org>
In-reply-to
Content
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?
History
Date User Action Args
2020-07-29 19:39:12steve.dowersetrecipients: + steve.dower, ronaldoussoren, ned.deily, serhiy.storchaka
2020-07-29 19:39:12steve.dowersetmessageid: <1596051552.19.0.129731799019.issue37586@roundup.psfhosted.org>
2020-07-29 19:39:12steve.dowerlinkissue37586 messages
2020-07-29 19:39:12steve.dowercreate