mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-40910: PyConfig_Clear() clears _orig_argv (GH-20886)
bpo-40910, bpo-40953: PyConfig_Clear() clears _orig_argv.
This commit is contained in:
parent
fb61c42361
commit
e2d47a0568
1 changed files with 2 additions and 0 deletions
|
@ -600,6 +600,8 @@ PyConfig_Clear(PyConfig *config)
|
|||
CLEAR(config->run_module);
|
||||
CLEAR(config->run_filename);
|
||||
CLEAR(config->check_hash_pycs_mode);
|
||||
|
||||
_PyWideStringList_Clear(&config->_orig_argv);
|
||||
#undef CLEAR
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue