[Python-checkins] r68660 - sandbox/trunk/io-c/_iobase.c

antoine.pitrou python-checkins at python.org
Sat Jan 17 13:46:58 CET 2009


Author: antoine.pitrou
Date: Sat Jan 17 13:46:57 2009
New Revision: 68660

Log:
Remove debug helper...



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

Modified: sandbox/trunk/io-c/_iobase.c
==============================================================================
--- sandbox/trunk/io-c/_iobase.c	(original)
+++ sandbox/trunk/io-c/_iobase.c	Sat Jan 17 13:46:57 2009
@@ -427,7 +427,6 @@
     Py_DECREF(buffer);
     return result;
   fail:
-    printf("ERROR %d\n", !!PyErr_Occurred());
     Py_DECREF(buffer);
     return NULL;
 }


More information about the Python-checkins mailing list