commit | 489176e4285314f9ea87b8bd91fe1d55d9af2c42 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Wed Oct 13 03:39:50 2021 +0200 |
committer | GitHub <noreply@github.com> | Wed Oct 13 03:39:50 2021 +0200 |
tree | 66812e687f9136f54fe230944d1b4c71919e53f2 | |
parent | 9c4766772cda67648184f8ddba546a5fc0167f91 [diff] |
bpo-45434: Convert Py_GETENV() macro to a function (GH-28912) Avoid calling directly getenv() in the header file.