[pypy-svn] r55962 - pypy/pysqlite2

pedronis at codespeak.net pedronis at codespeak.net
Thu Jun 19 15:23:48 CEST 2008


Author: pedronis
Date: Thu Jun 19 15:23:45 2008
New Revision: 55962

Modified:
   pypy/pysqlite2/dbapi2.py
Log:
XXX about something we may want/need to do (based on looking at the C version)



Modified: pypy/pysqlite2/dbapi2.py
==============================================================================
--- pypy/pysqlite2/dbapi2.py	(original)
+++ pypy/pysqlite2/dbapi2.py	Thu Jun 19 15:23:45 2008
@@ -599,6 +599,7 @@
     def close(self):
         self.connection._check_thread()
         self.connection._check_closed()
+        # XXX this should do reset and set statement to None it seems
 
     def setinputsize(self, *args):
         pass



More information about the Pypy-commit mailing list