Mailing List Archive

[issue1734164] sqlite3 causes memory read error
Gerhard Häring added the comment:

This was already reported upstream at
http://initd.org/tracker/pysqlite/ticket/205

It's a bug in the SQLite version of the DLL is shipped with Python 2.5
on Windows. Updating the DLL to a newer version would help.

In the meantime, users can just download the newest DLL from the SQLite
site and replace the one shipped by Python with it.

----------
assignee: -> ghaering
nosy: +ghaering

_____________________________________
Tracker <report@bugs.python.org>
<http://bugs.python.org/issue1734164>
_____________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue1734164] sqlite3 causes memory read error [ In reply to ]
Changes by Gerhard Häring:


----------
type: -> crash
versions: +Python 2.5

_____________________________________
Tracker <report@bugs.python.org>
<http://bugs.python.org/issue1734164>
_____________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com