[Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2 for #14359.

ross.lagerwall python-checkins at python.org
Mon Mar 19 05:13:58 CET 2012


http://hg.python.org/cpython/rev/0d5fcbfd646f
changeset:   75835:0d5fcbfd646f
parent:      75833:ada766b07686
parent:      75834:09371e2ae84d
user:        Ross Lagerwall <rosslagerwall at gmail.com>
date:        Mon Mar 19 06:13:13 2012 +0200
summary:
  Merge with 3.2 for #14359.

files:
  Misc/ACKS |  1 +
  Misc/NEWS |  3 +++
  2 files changed, 4 insertions(+), 0 deletions(-)


diff --git a/Misc/ACKS b/Misc/ACKS
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -188,6 +188,7 @@
 Brad Clements
 Robbie Clemons
 Steve Clift
+Hervé Coatanhay
 Nick Coghlan
 Josh Cogliati
 Dave Cole
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -129,6 +129,9 @@
 Build
 -----
 
+- Issue #14359: Only use O_CLOEXEC in _posixmodule.c if it is defined.
+  Based on patch from Hervé Coatanhay.
+
 - Issue #14321: Do not run pgen during the build if files are up to date.
 
 - Issue #14324: Fix configure tests for cross builds.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list