mirror of
https://github.com/python/cpython.git
synced 2026-01-30 06:36:55 +00:00
When the loop in the pymain_read_conf function in this same file calls pymain_init_cmdline_argv() a 2nd time, the pymain->command buffer of wchar_t is overriden and the previously allocated memory is never freed.
Source files for standard library extension modules, and former extension modules that are now builtin modules.