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 georg.brandl
Recipients amaury.forgeotdarc, georg.brandl, hunteke
Date 2010-09-25.10:26:45
SpamBayes Score 0.00018355862
Marked as misclassified No
Message-id <1285410406.97.0.674493112332.issue9942@psf.upfronthosting.co.za>
In-reply-to
Content
> My first thought is "Why is the reference counter stored with the object itself?"

Because if you move the reference counter out of the object, you a) add another indirection and b) depending on how you implement it require a certain amount of memory more per object.

It's far from obvious that the possible benefits are worth this, and needs to be tested carefully, which nobody has done yet.
History
Date User Action Args
2010-09-25 10:26:47georg.brandlsetrecipients: + georg.brandl, amaury.forgeotdarc, hunteke
2010-09-25 10:26:46georg.brandlsetmessageid: <1285410406.97.0.674493112332.issue9942@psf.upfronthosting.co.za>
2010-09-25 10:26:45georg.brandllinkissue9942 messages
2010-09-25 10:26:45georg.brandlcreate