Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb61c42 commit e2d47a0Copy full SHA for e2d47a0
1 file changed
Python/initconfig.c
@@ -600,6 +600,8 @@ PyConfig_Clear(PyConfig *config)
600
CLEAR(config->run_module);
601
CLEAR(config->run_filename);
602
CLEAR(config->check_hash_pycs_mode);
603
+
604
+ _PyWideStringList_Clear(&config->_orig_argv);
605
#undef CLEAR
606
}
607
0 commit comments