baad7385f9
----------------- 2015-11-15 3.2.7 ----------------- * Issue #6973: When we know a subprocess.Popen process has died, do not allow the send_signal(), terminate(), or kill() methods to do anything as they could potentially signal a different process. * Issue #23564: Fixed a partially broken sanity check in the _posixsubprocess internals regarding how fds_to_pass were passed to the child. The bug had no actual impact as subprocess32.py already avoided it. ----------------- 2015-11-14 3.2.7rc2 ----------------- * Moved the repository from code.google.com to github. * Added a _WAIT_TIMEOUT to satisfy the unsupported people entirely on their own trying to use this on Windows. * Similarly: Updated setup.py to not build the extension on non-posix. ----------------- 2014-06-01 3.2.7rc1 ----------------- * Issue #21618: The subprocess module could fail to close open fds that were inherited by the calling process and already higher than POSIX resource limits would otherwise allow. On systems with a functioning /proc/self/fd or /dev/fd interface the max is now ignored and all fds are closed.
7 lines
490 B
Text
7 lines
490 B
Text
$NetBSD: distinfo,v 1.3 2015/12/08 14:12:02 nonaka Exp $
|
|
|
|
SHA1 (subprocess32-3.2.7.tar.gz) = 75a8664ba54663016315dae17510af97c5a96953
|
|
RMD160 (subprocess32-3.2.7.tar.gz) = d6bc7e5d6d34f535d4c186858c7ac7028f15149e
|
|
SHA512 (subprocess32-3.2.7.tar.gz) = d897d6a48824991e2a63ea417ca15222f28c3a4117c9bba8cbb4eceabfba9769acce1166aafa7aee8a025d6ebe7e133ce0dd617f90cb07e11bdb73dc1e21dec6
|
|
Size (subprocess32-3.2.7.tar.gz) = 54240 bytes
|
|
SHA1 (patch-setup.py) = 47b4e2a1637eedecad59627c369fe9e35c7cf335
|