components/python/python27/patches/11-closerange.patch
changeset 4698 4e27e549b58d
parent 1954 32663e59626d
child 7516 09c933391a1b
--- a/components/python/python27/patches/11-closerange.patch	Wed Jul 22 05:12:12 2015 -0700
+++ b/components/python/python27/patches/11-closerange.patch	Fri Jul 24 09:56:22 2015 -0700
@@ -1,9 +1,9 @@
 This patch uses fdwalk(3c) to close file descriptors; as that function is not
 widely implemented, this is unsuitable for upstream.
 
---- Python-2.7.7/Modules/posixmodule.c.~1~	2014-05-31 11:58:40.000000000 -0700
-+++ Python-2.7.7/Modules/posixmodule.c	2014-06-02 10:49:30.052826955 -0700
-@@ -6607,16 +6607,34 @@
+--- Python-2.7.10/Modules/posixmodule.c.~1~	2015-05-10 10:17:06 -0700
++++ Python-2.7.10/Modules/posixmodule.c	2015-05-18 14:43:36 -0700
+@@ -6661,16 +6661,34 @@
  "closerange(fd_low, fd_high)\n\n\
  Closes all file descriptors in [fd_low, fd_high), ignoring errors.");