[3.4] bpo-31170: Fix inclusion of expat in Windows build projects by vstinner · Pull Request #3785 · python/cpython (original) (raw)

I wanted to test my PR on Windows, but VS 2015 fails to build Python 3.4, and my VS 2010 license is not more valid.

My PR #3353 upgraded expat to 2.2.4, @larryhastings merged it 3 days ago.

Problem: AppVeyor didn't run on PR #3353, whereas on this PR, AppVeyor runs and fails on building expat.

Travis CI and AppVeyor were enabled on Python 3.4 by the PR #2475. This one was merged at 22 Jul 2017.