diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2016-10-01 05:47:27 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2016-10-01 05:47:27 (GMT) |
commit | 6a6967e827e11d332598a9395adb9c578184f914 (patch) | |
tree | 4d5d81e3ea513a40062af07188bfb0ecad196b1b /Misc | |
parent | efd1bf443431529d1d2f21fc8f77ed78557e8245 (diff) | |
download | cpython-6a6967e827e11d332598a9395adb9c578184f914.zip cpython-6a6967e827e11d332598a9395adb9c578184f914.tar.gz cpython-6a6967e827e11d332598a9395adb9c578184f914.tar.bz2 |
Issue #21085: add configure check for siginfo_t.si_band
Patch by Masayuki Yamamoto, reviewed and rebased by Erik Bray.
This is a first step on the long road toward resupporting Cygwin, which does
not provide siginfo_t.si_band.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -1671,6 +1671,7 @@ Florent Xicluna Arnon Yaari Alakshendra Yadav Hirokazu Yamamoto +Masayuki Yamamoto Ka-Ping Yee Chi Hsuan Yen Jason Yeo @@ -173,6 +173,9 @@ Windows Build ----- +- Issue #21085: Add configure check for siginfo_t.si_band, which Cygwin does + not provide. Patch by Masayuki Yamamoto with review and rebase by Erik Bray. + - Issue #28258: Fixed build with Estonian locale (python-config and distclean targets in Makefile). Patch by Arfrever Frehtes Taifersar Arahesis. |