[issue35360] [Windows] Update SQLite dependency

2018-12-17 Thread Steve Dower
Steve Dower added the comment: SQLite updates and changes for us almost always get stuck on someone being willing to verify that nothing has broken (and stand by their analysis). Without an active expert (I just nosied ghaering in case they are around), I'm not confident to make this change

[issue35360] [Windows] Update SQLite dependency

2018-12-16 Thread Scott Stevens
Scott Stevens added the comment: With the discovery of the SQLite "Magellan" bug, could the version be upgraded to 3.26 for all Python versions? As far as I know, the security case is restricted to where the user is allowing aribitrary SQL execution without arbitrary Python execution, but i

[issue35360] [Windows] Update SQLite dependency

2018-11-30 Thread STINNER Victor
STINNER Victor added the comment: First the sqlite branch should be updated in: https://github.com/python/cpython-source-deps Then a new tag should be created in this repository. I tried to update cpython-source-deps, but "git push" never completed. I will retry next week ;-) -- __

[issue35360] [Windows] Update SQLite dependency

2018-11-30 Thread STINNER Victor
Change by STINNER Victor : -- components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker ___ ___

[issue35360] [Windows] Update SQLite dependency

2018-11-30 Thread STINNER Victor
New submission from STINNER Victor : Windows and macOS installers require SQLite, but they require different versions! Windows uses 3.21 or 3.14, but macOS uses 3.22. I'm talking about the following line in PCbuild\get_externals.bat: set libraries=%libraries% sqlite-3.21.0.0 * 3.6, 3.7 a