[issue41713] _signal module leak: test_interpreters leaked [1424, 1422, 1424] references

STINNER Victor report at bugs.python.org
Fri Sep 4 06:08:55 EDT 2020


STINNER Victor <vstinner at python.org> added the comment:

About the leak, the following three variables are also initialized multiple times by signal_exec():

static PyObject *DefaultHandler;
static PyObject *IgnoreHandler;
static PyObject *IntHandler;

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41713>
_______________________________________


More information about the Python-bugs-list mailing list