components/python/python27/patches/01-ext-stdio.patch
branchs11-update
changeset 3367 ed5024e47b53
parent 458 2edc011b559e
child 6445 0edecb568b2e
equal deleted inserted replaced
3366:dba288608e69 3367:ed5024e47b53
       
     1 This patch provides extended file stdio support.
       
     2 As it is Solaris-specific, it is not suitable for upstream.
       
     3 
     1 --- Python-2.7.1/Modules/python.c.orig	Tue Jun 21 21:35:45 2011
     4 --- Python-2.7.1/Modules/python.c.orig	Tue Jun 21 21:35:45 2011
     2 +++ Python-2.7.1/Modules/python.c	Tue Jun 21 21:39:29 2011
     5 +++ Python-2.7.1/Modules/python.c	Tue Jun 21 21:39:29 2011
     3 @@ -6,6 +6,13 @@
     6 @@ -6,6 +6,13 @@
     4  #include <floatingpoint.h>
     7  #include <floatingpoint.h>
     5  #endif
     8  #endif