]> granicus.if.org Git - python/commit
bpo-35233: Fix _PyMainInterpreterConfig_Copy() (GH-10519)
authorVictor Stinner <vstinner@redhat.com>
Tue, 13 Nov 2018 18:59:26 +0000 (19:59 +0100)
committerGitHub <noreply@github.com>
Tue, 13 Nov 2018 18:59:26 +0000 (19:59 +0100)
commit00b137c72f90fbc39a6cd7e48b37c58d19977180
tree445883d4e7861725c81f7d067b1d0aea17dd0698
parentf966e5397ed8f5c42c185223fc9b4d750a678d02
bpo-35233: Fix _PyMainInterpreterConfig_Copy() (GH-10519)

* Fix _PyMainInterpreterConfig_Copy():
   copy 'install_signal_handlers' attribute
* Add _PyMainInterpreterConfig_AsDict()
* Add unit tests on the main interpreter configuration
  to test_embed.InitConfigTests
* test.pythoninfo: log also main_config
Include/pylifecycle.h
Lib/test/pythoninfo.py
Lib/test/test_embed.py
Modules/_testcapimodule.c
Modules/main.c
Programs/_testembed.c