Path to this page:
Subject: CVS commit: pkgsrc/devel/py-subprocess32
From: Thomas Klausner
Date: 2018-06-17 11:08:48
Message id: 20180617090848.C1491FBEC@cvs.NetBSD.org
Log Message:
py-subprocess32: update to 3.5.2.
-----------------
2018-06-07 3.5.2
-----------------
* Explicitly include <signal.h> in _posixsubprocess_helpers.c; it already
gets configure checked and pulled in via Python's own <Python.h> in many
circumstances but it is better to be explicit. #IWYU
If you were using subprocess32 on a Python interpreter built *without*
the --with-fpectl configure option enabled, restore_signals is now
useful rather than a no-op. I do not know if such builds were common.
* Adds a functional test for restore_signals=True behavior.
Files: