bpo-36763: Use PyConfig_Clear() by vstinner · Pull Request #14445 · python/cpython
vstinner
changed the title
bpo-36763: Use PyConfig_Clear()
[WIP] bpo-36763: Use PyConfig_Clear()
Stop using "static PyConfig", PyConfig must now always use dynamically allocated strings: use PyConfig_SetString(), PyConfig_SetArgv() and PyConfig_Clear().
vstinner
changed the title
[WIP] bpo-36763: Use PyConfig_Clear()
bpo-36763: Use PyConfig_Clear()
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
Jul 1, 2019Stop 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, 2019Stop 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, 2019DinoV pushed a commit to DinoV/cpython that referenced this pull request
Jan 14, 2020This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters