New submission from Benjamin Peterson <[EMAIL PROTECTED]>: test test_sys failed -- Traceback (most recent call last): File "/temp/python/trunk/Lib/test/test_sys.py", line 549, in test_specialtypes size2=basicsize + sys.getsizeof(str(s))) File "/temp/python/trunk/Lib/test/test_sys.py", line 429, in check_sizeof self.assertEqual(result, size2, msg + str(size2)) AssertionError: wrong size for <type 'unicode'>: got 28, expected 50.5109328552
---------- assignee: schuppenies components: Interpreter Core messages: 68102 nosy: benjamin.peterson, schuppenies priority: critical severity: normal status: open title: sys.sizeof test fails with wide unicode type: behavior versions: Python 2.6, Python 3.0 _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3098> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com