New submission from Berker Peksag: This is basically a backport of https://github.com/ghaering/pysqlite/commit/9b79188edbc50faa24dc178afe24a10454f3fcad except that Connection.in_transaction is exposed since Python 3.2.
---------- components: Extension Modules files: in_transaction.diff keywords: patch messages: 275266 nosy: berker.peksag, ghaering priority: normal severity: normal stage: patch review status: open title: Use sqlite3_get_autocommit() instead of setting Connection->inTransaction manually type: enhancement versions: Python 3.6 Added file: http://bugs.python.org/file44488/in_transaction.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue28037> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com