Message347816
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. |
|
Date |
User |
Action |
Args |
2019-07-13 13:27:37 | ronaldoussoren | set | recipients:
+ ronaldoussoren, ned.deily |
2019-07-13 13:27:37 | ronaldoussoren | set | messageid: <1563024457.33.0.250849204696.issue37586@roundup.psfhosted.org> |
2019-07-13 13:27:37 | ronaldoussoren | link | issue37586 messages |
2019-07-13 13:27:37 | ronaldoussoren | create | |
|