[issue29006] 2.7.13 _sqlite more prone to "database table is locked"

Gian-Carlo Pascutto report at bugs.python.org
Thu Jan 12 03:36:14 EST 2017


Gian-Carlo Pascutto added the comment:

>Then we wait for someone that really knows why the change was done in the first place.

Python 2.7 had a regression compared to 2.6 where a SELECT after a COMMIT would silently return the wrong data:

http://bugs.python.org/issue23129
http://bugs.python.org/issue10513

Neither exiting with a locked error nor producing the wrong data are particularly appealing results. Did 2.6 pass those sets that caused the attempted fix to get backed out?

----------
nosy: +Gian-Carlo Pascutto

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29006>
_______________________________________


More information about the Python-bugs-list mailing list