◐ Shell
clean mode source ↗

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:16ncoghlansetrecipients: + ncoghlan, scoder, vstinner, petr.viktorin, eric.snow, Christian.Tismer, eelizondo
2019-02-16 16:40:16ncoghlansetmessageid: <1550335216.38.0.0767040648576.issue35810@roundup.psfhosted.org>
2019-02-16 16:40:16ncoghlanlinkissue35810 messages
2019-02-16 16:40:16ncoghlancreate