Message376349
| 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:55 | vstinner | set | recipients: + vstinner |
| 2020-09-04 10:08:55 | vstinner | set | messageid: <1599214135.91.0.916589735319.issue41713@roundup.psfhosted.org> |
| 2020-09-04 10:08:55 | vstinner | link | issue41713 messages |
| 2020-09-04 10:08:55 | vstinner | create | |