[3.8] bpo-36763: Use PyConfig_Clear() (GH-14445) by miss-islington · Pull Request #14528 · python/cpython
Conversation
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>
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, good bot.
@vstinner: Status check is done, and it's a success ✅ .
@vstinner: Status check is done, and it's a success ✅ .
1 similar comment
@vstinner: Status check is done, and it's a success ✅ .
This 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