bpo-39406: os.putenv() avoids putenv_dict on Windows (GH-18126)
Windows: _wputenv(env) copies the *env* string and doesn't require the caller to manage the variable memory.
V
Victor Stinner committed
0852c7dd52ac42e7843ddfef44571494e4c86070
Parent: b73dd02
Committed by GitHub <noreply@github.com>
on 1/22/2020, 8:53:26 PM