pkgsrc/devel/py-subprocess32
nonaka baad7385f9 Updated devel/py-subprocess32 to 3.2.7
-----------------
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.
2015-12-08 14:12:02 +00:00
..
patches Updated devel/py-subprocess32 to 3.2.7 2015-12-08 14:12:02 +00:00
DESCR
distinfo Updated devel/py-subprocess32 to 3.2.7 2015-12-08 14:12:02 +00:00
Makefile Updated devel/py-subprocess32 to 3.2.7 2015-12-08 14:12:02 +00:00
PLIST