• Victor Stinner's avatar
    bpo-35233: Fix _PyMainInterpreterConfig_Copy() (GH-10519) · 00b137c7
    Victor Stinner authored
    * 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
    00b137c7
test_embed.py 18.6 KB