commit | 0852c7dd52ac42e7843ddfef44571494e4c86070 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Wed Jan 22 21:53:26 2020 +0100 |
committer | GitHub <noreply@github.com> | Wed Jan 22 21:53:26 2020 +0100 |
tree | e182849a42c1ef465528c6e19e74363b370f1ccb | |
parent | b73dd02ea744288831f71363a7467552c09875ea [diff] |
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.