bpo-36763: Use PyConfig_Clear() by vstinner · Pull Request #14445 · python/cpython

@vstinner vstinner changed the title bpo-36763: Use PyConfig_Clear() [WIP] bpo-36763: Use PyConfig_Clear()

Jun 28, 2019

@vstinner

Stop using "static PyConfig", PyConfig must now always use
dynamically allocated strings: use PyConfig_SetString(),
PyConfig_SetArgv() and PyConfig_Clear().

@vstinner vstinner changed the title [WIP] bpo-36763: Use PyConfig_Clear() bpo-36763: Use PyConfig_Clear()

Jul 1, 2019

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jul 1, 2019
Stop using "static PyConfig", PyConfig must now always use
dynamically allocated strings: use PyConfig_SetString(),
PyConfig_SetArgv() and PyConfig_Clear().
(cherry picked from commit 6731002)

Co-authored-by: Victor Stinner <vstinner@redhat.com>

miss-islington added a commit that referenced this pull request

Jul 1, 2019
Stop using "static PyConfig", PyConfig must now always use
dynamically allocated strings: use PyConfig_SetString(),
PyConfig_SetArgv() and PyConfig_Clear().
(cherry picked from commit 6731002)

Co-authored-by: Victor Stinner <vstinner@redhat.com>

lisroach pushed a commit to lisroach/cpython that referenced this pull request

Sep 10, 2019
Stop using "static PyConfig", PyConfig must now always use
dynamically allocated strings: use PyConfig_SetString(),
PyConfig_SetArgv() and PyConfig_Clear().

DinoV pushed a commit to DinoV/cpython that referenced this pull request

Jan 14, 2020
Stop using "static PyConfig", PyConfig must now always use
dynamically allocated strings: use PyConfig_SetString(),
PyConfig_SetArgv() and PyConfig_Clear().