This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Unsupported provider

Author rhettinger
Recipients georg.brandl, loewis, rhettinger, schuppenies
Date 2008-05-17.13:54:58
SpamBayes Score 0.08368229
Marked as misclassified No
Message-id <1211032506.53.0.362158166003.issue2898@psf.upfronthosting.co.za>
In-reply-to
Content
Proposals like this have been rejected in the past.  Memory consumption 
is an evasive concept.  Lists over-allocate space, there are freelists, 
there are immortal objects, the python memory allocator may hang-on to 
space thought to be available, the packing and alignment of structures 
varies across implementations, the system memory allocator may assign 
much larger chunks than are needed for a single object, and the memory 
may not be freed back to the system.  Because of these issues, it is 
not that meaningful to say the object x consumes y bytes.
History
Date User Action Args
2008-05-17 13:55:09rhettingersetspambayes_score: 0.0836823 -> 0.08368229
recipients: + rhettinger, loewis, georg.brandl, schuppenies
2008-05-17 13:55:06rhettingersetspambayes_score: 0.0836823 -> 0.0836823
messageid: <1211032506.53.0.362158166003.issue2898@psf.upfronthosting.co.za>
2008-05-17 13:55:03rhettingerlinkissue2898 messages
2008-05-17 13:55:01rhettingercreate