Message 300065 - Python tracker

Message300065

Author vstinner
Recipients benjamin.peterson, geeknik, methane, vstinner
Date 2017-08-10.09:03:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502355807.06.0.344199987267.issue31166@psf.upfronthosting.co.za>
In-reply-to
Content
Another solution is to replace class dict with a special type which invalidates the type cache on dict[key]=value.
History
Date User Action Args
2017-08-10 09:03:27vstinnersetrecipients: + vstinner, benjamin.peterson, methane, geeknik
2017-08-10 09:03:27vstinnersetmessageid: <1502355807.06.0.344199987267.issue31166@psf.upfronthosting.co.za>
2017-08-10 09:03:27vstinnerlinkissue31166 messages
2017-08-10 09:03:26vstinnercreate