[Python-checkins] r68365 - sandbox/trunk/io-c/_bufferedio.c

amaury.forgeotdarc python-checkins at python.org
Tue Jan 6 22:39:32 CET 2009


Author: amaury.forgeotdarc
Date: Tue Jan  6 22:39:32 2009
New Revision: 68365

Log:
Remove unmatched LEAVE_BUFFERED call which blocks on Windows.


Modified:
   sandbox/trunk/io-c/_bufferedio.c

Modified: sandbox/trunk/io-c/_bufferedio.c
==============================================================================
--- sandbox/trunk/io-c/_bufferedio.c	(original)
+++ sandbox/trunk/io-c/_bufferedio.c	Tue Jan  6 22:39:32 2009
@@ -723,7 +723,6 @@
         _BufferedReader_reset_buf(self);
 
 end:
-    LEAVE_BUFFERED(self)
     return res;
 }
 


More information about the Python-checkins mailing list