]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39406: Add PY_PUTENV_DICT macro to posixmodule.c (GH-18106)
authorVictor Stinner <vstinner@python.org>
Tue, 21 Jan 2020 18:25:32 +0000 (19:25 +0100)
committerGitHub <noreply@github.com>
Tue, 21 Jan 2020 18:25:32 +0000 (19:25 +0100)
commit623ed6171eae35af7fd2e804dfd9c832c05c5d48
treef48cb78948e40705749cb10c734c7da844bdfb60
parent56cd3710a1ea3ba872d345ea1bebc86ed08bc8b8
bpo-39406: Add PY_PUTENV_DICT macro to posixmodule.c (GH-18106)

Rename posix_putenv_garbage to putenv_dict.
Modules/posixmodule.c