mirror of
https://github.com/python/cpython.git
synced 2026-05-08 05:32:01 -04:00
d5dda98fa8
bpo-29240, bpo-32030: * Rename pymain_set_argv() to pymain_set_sys_argv() * pymain_set_sys_argv() now creates of copy of argv and modify the copy, rather than modifying pymain->argv * Call pymain_set_sys_argv() earlier: before pymain_run_python(), but after pymain_get_importer(). * Add _PySys_SetArgvWithError() to handle errors
Miscellaneous source files for the main Python shared library