]> granicus.if.org Git - python/commit
bpo-36471: Add _Py_RunMain() (GH-12618)
authorVictor Stinner <vstinner@redhat.com>
Fri, 29 Mar 2019 14:13:46 +0000 (15:13 +0100)
committerGitHub <noreply@github.com>
Fri, 29 Mar 2019 14:13:46 +0000 (15:13 +0100)
commit2f54908afc5665937d763510b4430f10cf764641
tree8ceaf77d86f93ec2908129e03a4ad872d6e20c22
parent5f45979b63300338b68709bfe817ddae563b93fd
bpo-36471: Add _Py_RunMain() (GH-12618)

* Add config_read_cmdline() subfunction. Remove _PyCmdline structure.
* _PyCoreConfig_Read() now also parses config->argv command line
  arguments
Include/cpython/pylifecycle.h
Lib/test/test_embed.py
Modules/main.c
Programs/_testembed.c
Python/coreconfig.c