New submission from STINNER Victor <vstin...@redhat.com>:
_PyMainInterpreterConfig_Copy() doesn't copy the install_signal_handlers attribute and so config->install_signal_handlers is always -1. Bug spotted by Francis Hart: https://github.com/python/cpython/pull/10516 Attached PR fix the issue. ---------- components: Interpreter Core messages: 329849 nosy: vstinner priority: normal severity: normal status: open title: _PyMainInterpreterConfig_Copy() doesn't copy install_signal_handlers versions: Python 3.7, Python 3.8 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue35233> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com