SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 0 Python

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
S
Segev Finer committed
87c65550730a8f85ce339ba197bce4fb7e836619
Parent: 32cb968
Committed by Victor Stinner <victor.stinner@gmail.com> on 6/23/2017, 10:45:01 AM