This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ghaering
Recipients
Date 2007-06-08.08:13:51
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Unfortunately, I don't know where the problem originates. Either the SQLite 3.3.4 DLL that was originally imported into Python was stripped and current ones aren't. Or somewhere in the Python win32 build process DLLs are stripped.

Maybe we should just update the SQLite3.DLL to a current one in the Python 2.5 branch. Due to their extensive regression tests new ones should generally be better than old ones. And the current SQLite DLL is too old for some cases (SQLAlchemy refuses to work with it because it's too old and buggy, for example).
History
Date User Action Args
2007-08-23 14:54:43adminlinkissue1733134 messages
2007-08-23 14:54:43admincreate