Author: Brian Kearns <bdkea...@gmail.com> Branch: Changeset: r62983:e63b943c2ee2 Date: 2013-04-03 14:58 -0400 http://bitbucket.org/pypy/pypy/changeset/e63b943c2ee2/
Log: this shouldn't have been re-added in merge diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_pypy/_sqlite3.py @@ -579,7 +579,6 @@ return _iterdump(self) def _begin(self): - self._check_closed() statement_star = _ffi.new('sqlite3_stmt **') next_char = _ffi.new('char **') ret = _lib.sqlite3_prepare_v2(self._db, self.__begin_statement, -1, _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit