This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner
Date 2020-09-04.10:08:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1599214135.91.0.916589735319.issue41713@roundup.psfhosted.org>
In-reply-to
Content
About the leak, the following three variables are also initialized multiple times by signal_exec():

static PyObject *DefaultHandler;
static PyObject *IgnoreHandler;
static PyObject *IntHandler;
History
Date User Action Args
2020-09-04 10:08:55vstinnersetrecipients: + vstinner
2020-09-04 10:08:55vstinnersetmessageid: <1599214135.91.0.916589735319.issue41713@roundup.psfhosted.org>
2020-09-04 10:08:55vstinnerlinkissue41713 messages
2020-09-04 10:08:55vstinnercreate