summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2014-08-22 20:36:30 (GMT)
committerNed Deily <nad@acm.org>2014-08-22 20:36:30 (GMT)
commit682c04c70c9af6df68cacce47c2f0d18c31dd443 (patch)
tree469f3df0be598966ce411ee98cdbfbaf49141ec0 /Misc
parentd0aeda8f0ffbe4a7de9b492de9713d672dc8592d (diff)
parentfcbc246e9f02cc780970defbcfa01767b7e3a3c6 (diff)
downloadcpython-682c04c70c9af6df68cacce47c2f0d18c31dd443.zip
cpython-682c04c70c9af6df68cacce47c2f0d18c31dd443.tar.gz
cpython-682c04c70c9af6df68cacce47c2f0d18c31dd443.tar.bz2
Issue #21166: merge from 3.4
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bdc53c6..da1fc32 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -825,6 +825,9 @@ Build
- Issue #21811: Anticipated fixes to support OS X versions > 10.9.
+- Issue #21166: Prevent possible segfaults and other random failures of
+ python --generate-posix-vars in pybuilddir.txt build target.
+
C API
-----