New submission from bharper: Hello,
I have been running into some issues with test_objecttypes with 3.2.4 on CentOS 6: ====================================================================== FAIL: test_objecttypes (test.test_sys.SizeofTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/Python-3.2.4/Lib/test/test_sys.py", line 789, in test_objecttypes check(int, s) File "/builddir/build/BUILD/Python-3.2.4/Lib/test/support.py", line 1155, in check_sizeof test.assertEqual(result, size, msg) AssertionError: 856 != 816 : wrong size for <class 'type'>: got 856, expected 816 ---------------------------------------------------------------------- Looking over the bugs, I do not see anyone else having issues with this test. It does appear that this test got updated in issue 15467. Any insight would be greatly appreciate. -Ben ---------- components: Build messages: 188169 nosy: bharper priority: normal severity: normal status: open title: test_objecttypes fails for 3.2.4 on CentOS 6 versions: Python 3.2 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue17882> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com