]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35233: Fix _PyMainInterpreterConfig_Copy() (GH-10537)
authorVictor Stinner <vstinner@redhat.com>
Wed, 14 Nov 2018 01:45:25 +0000 (02:45 +0100)
committerGitHub <noreply@github.com>
Wed, 14 Nov 2018 01:45:25 +0000 (02:45 +0100)
commit88cbea4c6ff4987ce31f4fe6f73c2d04a3d37829
treef00fd536e1780abfb29f17b346036deca7b3dd2b
parent35c28d562ec7249f2a6aef8e326eadac130a1656
bpo-35233: Fix _PyMainInterpreterConfig_Copy() (GH-10537)

Fix _PyMainInterpreterConfig_Copy(): copy 'install_signal_handlers'
attribute
Lib/test/test_embed.py
Modules/main.c