components/python/python35/patches/11-closerange.patch
changeset 6447 56a2f066191a
parent 5184 6c2a9525f3a4
child 7648 20e09cf3cfaa
--- a/components/python/python35/patches/11-closerange.patch	Thu Jul 21 12:52:12 2016 -0700
+++ b/components/python/python35/patches/11-closerange.patch	Thu Jul 21 12:52:32 2016 -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-3.5.0rc2/Modules/posixmodule.c.~1~	2015-08-25 10:19:14.000000000 -0700
-+++ Python-3.5.0rc2/Modules/posixmodule.c	2015-09-02 12:31:54.885953202 -0700
-@@ -7777,6 +7777,19 @@
+--- Python-3.5.2/Modules/posixmodule.c.~1~	2016-06-25 14:38:38.000000000 -0700
++++ Python-3.5.2/Modules/posixmodule.c	2016-07-08 06:58:01.808943682 -0700
+@@ -7779,6 +7779,19 @@
      Py_RETURN_NONE;
  }
  
@@ -23,7 +23,7 @@
  
  /*[clinic input]
  os.closerange
-@@ -7793,11 +7806,13 @@
+@@ -7795,11 +7808,13 @@
  /*[clinic end generated code: output=70e6adb95220ba96 input=5855a3d053ebd4ec]*/
  {
      int i;