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 cagney
Recipients cagney
Date 2019-04-12.17:58:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555091890.2.0.391429247327.issue36619@roundup.psfhosted.org>
In-reply-to
Content
How can I detect that os.posix_spawn(setsid=True) is available at runtime?

I'd like to use os.posix_spawn(setsid=True) when it is available, and  (assuming I'm getting this right) os.posix_spawn(setpgroup=0) as a poor fallback.
History
Date User Action Args
2019-04-12 17:58:10cagneysetrecipients: + cagney
2019-04-12 17:58:10cagneysetmessageid: <1555091890.2.0.391429247327.issue36619@roundup.psfhosted.org>
2019-04-12 17:58:10cagneylinkissue36619 messages
2019-04-12 17:58:10cagneycreate