mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
42e3442739
See http://bugs.python.org/issue1731717 for addition details SCon's compat/_scons_subprocess.py module is just a copy of a more recent stock Python subprocess.py modified so it will work with older Python versions. The attached patch will add locks around calls to Popen and change the compat module in a way that the subprocess module is always used, no matter if Python already ships one. The rationale behind this decision is that there are many Python versions in the wild with different Popen() race condition problems. PR: ports/128845 Submitted by: Steven Kreuzer <skreuzer@exit2shell.com> Approved by: araujo (mentor, implicit) |
||
---|---|---|
.. | ||
files | ||
distinfo | ||
Makefile | ||
pkg-descr | ||
pkg-plist |