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.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, benjamin.peterson, facundobatista, schuppenies
Date 2008-06-26.22:24:29
SpamBayes Score 0.09656164
Marked as misclassified No
Message-id <1214519070.41.0.289726902195.issue3122@psf.upfronthosting.co.za>
In-reply-to
Content
Robert,
looking at your patch for the _sre module, I noticed that
MatchObject.__sizeof__ includes the sizeof of one of its member (regs: a
tuple of (begin, end) pairs).
Why this one and not the others? I thought the rule (if there is a rule)
was to include the used memory for members that are *not* python objects.
History
Date User Action Args
2008-06-26 22:24:30amaury.forgeotdarcsetspambayes_score: 0.0965616 -> 0.09656164
recipients: + amaury.forgeotdarc, facundobatista, benjamin.peterson, schuppenies
2008-06-26 22:24:30amaury.forgeotdarcsetspambayes_score: 0.0965616 -> 0.0965616
messageid: <1214519070.41.0.289726902195.issue3122@psf.upfronthosting.co.za>
2008-06-26 22:24:29amaury.forgeotdarclinkissue3122 messages
2008-06-26 22:24:29amaury.forgeotdarccreate