components/python/python34/patches/11-closerange.patch
branchs11-update
changeset 3876 da37433d5103
parent 3778 35735ffdda43
child 5229 b7b91ddbbdce
--- a/components/python/python34/patches/11-closerange.patch	Fri Feb 20 13:26:28 2015 -0800
+++ b/components/python/python34/patches/11-closerange.patch	Wed Feb 25 20:44:31 2015 -0800
@@ -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-3.4.0/Modules/posixmodule.c.~1~	2014-03-16 19:31:31.000000000 -0700
-+++ Python-3.4.0/Modules/posixmodule.c	2014-03-17 13:31:33.433740698 -0700
-@@ -7789,16 +7789,34 @@
+--- Python-3.4.3/Modules/posixmodule.c.~1~	2015-02-25 03:27:46.000000000 -0800
++++ Python-3.4.3/Modules/posixmodule.c	2015-02-25 08:22:50.773678769 -0800
+@@ -7809,16 +7809,34 @@
  "closerange(fd_low, fd_high)\n\n\
  Closes all file descriptors in [fd_low, fd_high), ignoring errors.");