New submission from Anselm Kruis: Python 2.7 only. Tested with 2.7.12.
Commit fa68df1d5e65 for #19450 changes the sqlite version for Python 2.7 on Windows from 3.6.21 to 3.8.11.0, but only for the build files in PCbuild. The documentation states, that the build files under PC\VS9.0 are also fully supported, but they still refer to sqlite version 3.6.21. This causes the command "PC\VS9.0\build.bat -r -e" to fail, because it first fetches sqlite 3.9.11.0 from svn.python.org and then tries to build sqlite 3.6.21, which is of course not available. The attached patch fixes the problem. ---------- components: Build, Windows files: fix-sqlite-version.patch keywords: patch messages: 279802 nosy: anselm.kruis, paul.moore, steve.dower, tim.golden, zach.ware priority: normal severity: normal status: open title: Build files in PC/VS9.0 contain an outdated sqlite version number type: compile error versions: Python 2.7 Added file: http://bugs.python.org/file45295/fix-sqlite-version.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue28568> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com