components/python/python34/patches/11-closerange.patch
changeset 5229 b7b91ddbbdce
parent 3869 eb4c6284602f
--- a/components/python/python34/patches/11-closerange.patch	Tue Jan 05 13:35:29 2016 -0800
+++ b/components/python/python34/patches/11-closerange.patch	Tue Dec 22 07:57:25 2015 -0800
@@ -3,7 +3,7 @@
 
 --- 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 @@
+@@ -7830,16 +7830,34 @@
  "closerange(fd_low, fd_high)\n\n\
  Closes all file descriptors in [fd_low, fd_high), ignoring errors.");