rian added the comment:
Any possible way we can backport these changes to Python 3.5+? 3.8 is a ways
away.
--
nosy: +rian
___
Python tracker
<https://bugs.python.org/issue34
Changes by Rian Hunter :
--
nosy: -rhunter
___
Python tracker
<http://bugs.python.org/issue10740>
___
___
Python-bugs-list mailing list
Unsubscribe:
Rian Hunter added the comment:
This bug can also lead to subtle and unintuitive "database is locked" bugs,
even when a large timeout is set on the connection. Many, many people are
affected by this bug (search the web for "python sqlite database is locked").
I
Changes by Rian Hunter :
--
versions: +Python 3.2, Python 3.5, Python 3.6
___
Python tracker
<http://bugs.python.org/issue9924>
___
___
Python-bugs-list mailin
Rian Hunter added the comment:
duplicate of #9924
--
resolution: -> duplicate
status: open -> closed
___
Python tracker
<http://bugs.python.org/i
New submission from Rian Hunter:
When a transaction starts with a SELECT statement this can invoke a "database
is locked" error if the SELECT statement is not exhausted or explicitly closed.
This can lead to subtle "database is locked" bugs, even when a large timeout is
s
Rian Hunter added the comment:
@mike Yes you're right, This bug report is different, my mistake.
DB-API may require implicit transactions but pysqlite should open a transaction
before *any* non-DDL statement, including "SELECT", not just DML statements.
Currently one must is
Changes by Rian Hunter :
Added file: http://bugs.python.org/file42251/test_sqlite.py
___
Python tracker
<http://bugs.python.org/issue10740>
___
___
Python-bugs-list mailin
Changes by Rian Hunter :
Removed file: http://bugs.python.org/file42250/test_sqlite.py
___
Python tracker
<http://bugs.python.org/issue10740>
___
___
Python-bugs-list m
Changes by Rian Hunter :
Added file: http://bugs.python.org/file42250/test_sqlite.py
___
Python tracker
<http://bugs.python.org/issue10740>
___
___
Python-bugs-list mailin
Changes by Rian Hunter :
Removed file: http://bugs.python.org/file42249/test_sqlite.py
___
Python tracker
<http://bugs.python.org/issue10740>
___
___
Python-bugs-list m
Rian Hunter added the comment:
Implicit transactions can also cause mysterious "database is locked" bugs, even
when a large timeout is set on the connection. Many, many people are affected
by this bug (search the web for "python sqlite database is locked").
The attached co
Changes by rian :
--
versions: +Python 3.2, Python 3.3, Python 3.4
___
Python tracker
<http://bugs.python.org/issue15257>
___
___
Python-bugs-list mailin
Changes by rian :
--
components: +Demos and Tools -None
___
Python tracker
<http://bugs.python.org/issue15257>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from rian :
the `pystack`, `pystackv`, and `printframe` macros in the sample gdbinit file
distributed with python are too fragile. this patch (which relies on gdb 7) is
much more robust.
--
components: None
files: mypatch.diff
keywords: patch
messages: 164701
nosy: rian
15 matches
Mail list logo