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 vstinner
Recipients vstinner
Date 2018-11-30.12:14:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543580070.45.0.788709270274.issue35360@psf.upfronthosting.co.za>
In-reply-to
Content
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 and master branches:

SQLite[Windows]: 3.21.0.0
SQLite[macOS]: 3.22.0

* 2.7 branch:

SQLite[Windows]: 3.14.2.0
SQLite[macOS]: 3.22.0


Note: I wrote a script to get external dependencies:

https://github.com/vstinner/misc/blob/master/cpython/external_versions.py
History
Date User Action Args
2018-11-30 12:14:30vstinnersetrecipients: + vstinner
2018-11-30 12:14:30vstinnersetmessageid: <1543580070.45.0.788709270274.issue35360@psf.upfronthosting.co.za>
2018-11-30 12:14:30vstinnerlinkissue35360 messages
2018-11-30 12:14:30vstinnercreate