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 serhiy.storchaka
Recipients benjamin.peterson, hynek, pitrou, serhiy.storchaka, stutzbach
Date 2012-07-29.20:54:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <201207292354.28240.storchaka@gmail.com>
In-reply-to <1343591771.3388.22.camel@localhost.localdomain>
Content
> For some value of "correct", since the internal accumulator could hold
> alive some unicode strings.

This is not a concern of __sizeof__, because these lists and strings are 
managed by GC.

> There's no narrow build anymore on 3.3.

I mean 2.7 and 3.2. I have written test for such case, but can't check if it 
correct.
History
Date User Action Args
2012-07-29 20:54:42serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, benjamin.peterson, stutzbach, hynek
2012-07-29 20:54:41serhiy.storchakalinkissue15490 messages
2012-07-29 20:54:41serhiy.storchakacreate