Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 87c65550730a8f85ce339ba197bce4fb7e836619 https://github.com/python/cpython/commit/87c65550730a8f85ce339ba197bce4fb7e836619 Author: Segev Finer <segev208 at gmail.com> Date: 2017年06月23日 (2017年6月23日) Changed paths: M PCbuild/_elementtree.vcxproj Log Message: ----------- 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