Message 364196 - Python tracker

Message364196

Author gvanrossum
Recipients Aaron Hall, brandtbucher, chaburkland, curtisbucher, gvanrossum, josh.r, mark.dickinson, rhettinger, scoder, serhiy.storchaka, slam, steve.dower, vstinner, xtreak
Date 2020-03-14.20:05:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584216343.08.0.106644915514.issue36144@roundup.psfhosted.org>
In-reply-to
Content
I definitely think we should leave Shelf alone, it's a toy class from a different era.

It makes sense to update the weak dicts; hopefully the | and |= operators can be implemented in terms of other, more primitive operations, so we will have assurance that these classes' essential behavior is preserved.
History
Date User Action Args
2020-03-14 20:05:43gvanrossumsetrecipients: + gvanrossum, rhettinger, mark.dickinson, scoder, vstinner, serhiy.storchaka, steve.dower, josh.r, Aaron Hall, slam, xtreak, brandtbucher, curtisbucher, chaburkland
2020-03-14 20:05:43gvanrossumsetmessageid: <1584216343.08.0.106644915514.issue36144@roundup.psfhosted.org>
2020-03-14 20:05:43gvanrossumlinkissue36144 messages
2020-03-14 20:05:43gvanrossumcreate