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, loewis, pitrou, serhiy.storchaka, stutzbach
Date 2012-07-31.19:34:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to <[email protected]>
Content
> Does this mean that PyAccu should be visited in tp_traverse and not be
> accounted in __sizeof__? Or should we tighten the control and ensure
> that PyAccu contains only exact Unicode objects?

IMO, the latter.
History
Date User Action Args
2012-07-31 19:34:55pitrousetrecipients: + pitrou, loewis, benjamin.peterson, stutzbach, hynek, serhiy.storchaka
2012-07-31 19:34:54pitroulinkissue15490 messages
2012-07-31 19:34:53pitroucreate