mirror of
https://github.com/python/cpython.git
synced 2026-05-10 22:50:18 -04:00
35ca1820e1
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.