]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45434: Convert Py_GETENV() macro to a function (GH-28912)
authorVictor Stinner <vstinner@python.org>
Wed, 13 Oct 2021 01:39:50 +0000 (03:39 +0200)
committerGitHub <noreply@github.com>
Wed, 13 Oct 2021 01:39:50 +0000 (03:39 +0200)
commit489176e4285314f9ea87b8bd91fe1d55d9af2c42
tree66812e687f9136f54fe230944d1b4c71919e53f2
parent9c4766772cda67648184f8ddba546a5fc0167f91
bpo-45434: Convert Py_GETENV() macro to a function (GH-28912)

Avoid calling directly getenv() in the header file.
Include/cpython/pydebug.h
Python/initconfig.c