]> granicus.if.org Git - python/commit
bpo-36387: Refactor getenvironment() in _winapi.c. (GH-12482)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 28 Mar 2019 14:01:34 +0000 (16:01 +0200)
committerGitHub <noreply@github.com>
Thu, 28 Mar 2019 14:01:34 +0000 (16:01 +0200)
commit8abd7c7e37714ce0c42f871f81e52f14c155d1bd
tree3247897c4dff561cd214150e9061c0dcf79dc5b0
parentcda139d1ded6708665b53e4ed32ccc1d2627e1da
bpo-36387: Refactor getenvironment() in _winapi.c. (GH-12482)

Make it doing less memory allocations and using the modern C API.
Modules/_winapi.c