Message 335695 - Python tracker
Message335695
| Author | ncoghlan |
|---|---|
| Recipients | Christian.Tismer, eelizondo, eric.snow, ncoghlan, petr.viktorin, scoder, vstinner |
| Date | 2019-02-16.16:40:16 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1550335216.38.0.0767040648576.issue35810@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Having types created through the stable ABI potentially be deallocated when their instances are deallocated is indeed a major problem, and fixing that seems worth the risk of some types that were designed to handle that become immortal. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-02-16 16:40:16 | ncoghlan | set | recipients: + ncoghlan, scoder, vstinner, petr.viktorin, eric.snow, Christian.Tismer, eelizondo |
| 2019-02-16 16:40:16 | ncoghlan | set | messageid: <1550335216.38.0.0767040648576.issue35810@roundup.psfhosted.org> |
| 2019-02-16 16:40:16 | ncoghlan | link | issue35810 messages |
| 2019-02-16 16:40:16 | ncoghlan | create | |