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 pitrou
Recipients benjamin.peterson, hynek, pitrou, serhiy.storchaka, stutzbach
Date 2012-07-29.21:04:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343595708.3388.23.camel@localhost.localdomain>
In-reply-to <201207292354.28240.storchaka@gmail.com>
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.

It is, since they are private and not known by the user.
History
Date User Action Args
2012-07-29 21:04:07pitrousetrecipients: + pitrou, benjamin.peterson, stutzbach, hynek, serhiy.storchaka
2012-07-29 21:04:07pitroulinkissue15490 messages
2012-07-29 21:04:07pitroucreate