Message357151
| Author | vstinner |
|---|---|
| Recipients | eric.snow, pablogsal, phsilva, vstinner |
| Date | 2019-11-21.10:17:00 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1574331420.8.0.674198841181.issue36854@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Even if the test is simplified to the following code, it does still leak:
def test_callbacks_leak(self):
_testcapi.run_in_subinterp("pass") |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-11-21 10:17:00 | vstinner | set | recipients: + vstinner, phsilva, eric.snow, pablogsal |
| 2019-11-21 10:17:00 | vstinner | set | messageid: <1574331420.8.0.674198841181.issue36854@roundup.psfhosted.org> |
| 2019-11-21 10:17:00 | vstinner | link | issue36854 messages |
| 2019-11-21 10:17:00 | vstinner | create | |