[New-bugs-announce] [issue35233] _PyMainInterpreterConfig_Copy() doesn't copy install_signal_handlers

STINNER Victor report at bugs.python.org
Tue Nov 13 10:11:01 EST 2018


New submission from STINNER Victor <vstinner at 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 <report at bugs.python.org>
<https://bugs.python.org/issue35233>
_______________________________________


More information about the New-bugs-announce mailing list