Message 166438 - Python tracker

Message166438

Author rhettinger
Recipients docs@python, eric.snow, jcea, meador.inge, rhettinger, serhiy.storchaka
Date 2012-07-25.23:03:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343257388.78.0.412104304984.issue15436@psf.upfronthosting.co.za>
In-reply-to
Content
This may be CPython specific.

Also, sys.getsizeof() hasn't proved to be very useful (I never see anyone use it or see it in production code).  Worse, it doesn't even make sense in the case of shared-key dictionaries and whatnot.  Accordingly, there is little reason to make this more public than it already is.  I would be happy to see it written-off as an implementation detail.
History
Date User Action Args
2012-07-25 23:03:08rhettingersetrecipients: + rhettinger, jcea, meador.inge, docs@python, eric.snow, serhiy.storchaka
2012-07-25 23:03:08rhettingersetmessageid: <1343257388.78.0.412104304984.issue15436@psf.upfronthosting.co.za>
2012-07-25 23:03:08rhettingerlinkissue15436 messages
2012-07-25 23:03:08rhettingercreate