Message339609
| Author | jdemeyer |
|---|---|
| Recipients | eric.snow, jdemeyer, matrixise, pitrou, scoder, serhiy.storchaka |
| Date | 2019-04-08.10:36:43 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1554719803.67.0.710740134269.issue35983@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
In Python 3, the resurrection issue probably appears too. But it's not so much a problem since __del__ (mapped to tp_finalize) is only called once anyway. So there are no bad consequences if the object is resurrected incorrectly. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-04-08 10:36:43 | jdemeyer | set | recipients: + jdemeyer, pitrou, scoder, eric.snow, serhiy.storchaka, matrixise |
| 2019-04-08 10:36:43 | jdemeyer | set | messageid: <1554719803.67.0.710740134269.issue35983@roundup.psfhosted.org> |
| 2019-04-08 10:36:43 | jdemeyer | link | issue35983 messages |
| 2019-04-08 10:36:43 | jdemeyer | create | |