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 bharper
Recipients bharper
Date 2013-04-30.16:55:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367340943.59.0.839415774822.issue17882@psf.upfronthosting.co.za>
In-reply-to
Content
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.Lib/test/test_sys.py", line 789, in test_objecttypes
    check(int, s)                                                              
  File "/builddir/build/BUILD/Python-3.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
History
Date User Action Args
2013-04-30 16:55:43bharpersetrecipients: + bharper
2013-04-30 16:55:43bharpersetmessageid: <1367340943.59.0.839415774822.issue17882@psf.upfronthosting.co.za>
2013-04-30 16:55:43bharperlinkissue17882 messages
2013-04-30 16:55:43bharpercreate