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 gregory.p.smith
Recipients cagney, ebizzinfotech, gregory.p.smith, hugh, lukasz.langa, mzbuild, ned.deily
Date 2019-08-01.18:16:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564683402.28.0.180462352364.issue37740@roundup.psfhosted.org>
In-reply-to
Content
os.fork() cannot be safely used in an application that uses threads in any manner.  This is not something Python can fix.  This is a POSIX limitation.

The "sh" module on PyPI is incompatible with threaded applications on POSIX platforms due to its use of os.fork().

https://github.com/amoffat/sh/blob/master/sh.py#L1861

Raise this issue with them.
History
Date User Action Args
2019-08-01 18:16:42gregory.p.smithsetrecipients: + gregory.p.smith, ned.deily, lukasz.langa, cagney, hugh, ebizzinfotech, mzbuild
2019-08-01 18:16:42gregory.p.smithsetmessageid: <1564683402.28.0.180462352364.issue37740@roundup.psfhosted.org>
2019-08-01 18:16:42gregory.p.smithlinkissue37740 messages
2019-08-01 18:16:42gregory.p.smithcreate