summaryrefslogtreecommitdiffstats
path: root/Python/peephole.c
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2017-12-13 16:31:16 (GMT)
committerGitHub <noreply@github.com>2017-12-13 16:31:16 (GMT)
commitd5dda98fa80405db82e2eb36ac48671b4c8c0983 (patch)
treeddece44d8035bccea47121caf6c55932ba44301e /Python/peephole.c
parent981469794af8c693174544265b0c19cbe6d2b457 (diff)
downloadcpython-d5dda98fa80405db82e2eb36ac48671b4c8c0983.zip
cpython-d5dda98fa80405db82e2eb36ac48671b4c8c0983.tar.gz
cpython-d5dda98fa80405db82e2eb36ac48671b4c8c0983.tar.bz2
pymain_set_sys_argv() now copies argv (#4838)
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
Diffstat (limited to 'Python/peephole.c')
0 files changed, 0 insertions, 0 deletions