commit | 4c227e6a56a9704fe5b4e4509071796f3359f4bb | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Mon Jul 01 11:28:55 2019 -0700 |
committer | GitHub <noreply@github.com> | Mon Jul 01 11:28:55 2019 -0700 |
tree | f5f09d2e39edf421976d1f8389b032ce0a6234f8 | |
parent | 96f581cf9d2f1d7888d2fd9bb89f19f10c0477bf [diff] |
bpo-36763: Use PyConfig_Clear() (GH-14445) Stop using "static PyConfig", PyConfig must now always use dynamically allocated strings: use PyConfig_SetString(), PyConfig_SetArgv() and PyConfig_Clear(). (cherry picked from commit 67310023f299b5a2fad71fca449b46d280036690) Co-authored-by: Victor Stinner <vstinner@redhat.com>