STINNER Victor <vstin...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue41713>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to