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 <[email protected]>
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: <[email protected]>
2020-09-04 10:08:55vstinnerlinkissue41713 messages
2020-09-04 10:08:55vstinnercreate