[New-bugs-announce] [issue37586] macOS: posix_spawn(..., setsid=True)

Ronald Oussoren report at bugs.python.org
Sat Jul 13 09:27:37 EDT 2019


New submission from Ronald Oussoren <ronaldoussoren at mac.com>:

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.

----------
assignee: ronaldoussoren
components: macOS
messages: 347816
nosy: ned.deily, ronaldoussoren
priority: low
severity: normal
stage: needs patch
status: open
title: macOS: posix_spawn(..., setsid=True)
type: behavior
versions: Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37586>
_______________________________________


More information about the New-bugs-announce mailing list