New submission from Martin v. Löwis <mar...@v.loewis.de>: The cElementTree Element currently returns an incorrect response to sys.getsizeof, as it doesn't account for the extra structure, and for the child pointers array. This patch corrects the computation.
---------- files: sizeof.diff keywords: patch messages: 153726 nosy: loewis priority: normal severity: normal status: open title: Implement __sizeof__ for etree Element Added file: http://bugs.python.org/file24570/sizeof.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue14055> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com