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 ronaldoussoren
Recipients ned.deily, ronaldoussoren
Date 2019-07-13.13:27:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563024457.33.0.250849204696.issue37586@roundup.psfhosted.org>
In-reply-to
Content
The Xcode 11 beta introduced a definition for POSIX_SPAWN_SETSID, but that flag is only supported on macOS 10.15 (also beta), not on earlier versions.

Because of this the testsuite will have failures when you build using Xcode 11 on macOS 10.14. 

I'm not sure what the best way to patch this is, but lean toward a fix that detects the use of setsid=True on macOS 10.14 or earlier and then fails. Possibly as part of a larger effort to start supporting building on macOS "latest" and running on older versions.

Marked as low priority for now, Xcode 11 is in beta and not used to build release binaries.
History
Date User Action Args
2019-07-13 13:27:37ronaldoussorensetrecipients: + ronaldoussoren, ned.deily
2019-07-13 13:27:37ronaldoussorensetmessageid: <1563024457.33.0.250849204696.issue37586@roundup.psfhosted.org>
2019-07-13 13:27:37ronaldoussorenlinkissue37586 messages
2019-07-13 13:27:37ronaldoussorencreate