]> granicus.if.org Git - python/commit
bpo-30726: Fix elementtree warnings on Windows due to expat upgrade (#2319)
authorSegev Finer <segev208@gmail.com>
Fri, 23 Jun 2017 10:45:01 +0000 (13:45 +0300)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 23 Jun 2017 10:45:01 +0000 (12:45 +0200)
commit87c65550730a8f85ce339ba197bce4fb7e836619
tree4c3e5e5b57801e150c0bb1a8a7cb343549e20836
parent32cb968a2edd482891c33b6f2ebae10f1d305424
bpo-30726: Fix elementtree warnings on Windows due to expat upgrade (#2319)

* bpo-30726: Fix elementtree warnings on Windows

Caused by usage of `getenv` which should be safe. And a few integer
truncations which should also be ok.

* bpo-30726: Don't ignore libexpat warnings which haypo intends to fix upstream
PCbuild/_elementtree.vcxproj