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 vinay.sajip
Recipients vinay.sajip
Date 2012-02-20.00:45:46
SpamBayes Score 1.6025298e-05
Marked as misclassified No
Message-id <1329698747.36.0.192554030731.issue14058@psf.upfronthosting.co.za>
In-reply-to
Content
vinay@eta-natty:~/tools/cpython$ ./python Lib/test/regrtest.py test_sys
[1/1] test_sys
test test_sys failed -- Traceback (most recent call last):
  File "/home/vinay/tools/cpython/Lib/test/test_sys.py", line 737, in test_objecttypes
    class c():
  File "/home/vinay/tools/cpython/Lib/test/test_sys.py", line 745, in c
    check(foo, size(h + 'P'))
  File "/home/vinay/tools/cpython/Lib/test/test_sys.py", line 616, in check_sizeof
    self.assertEqual(result, size, msg)
AssertionError: 28 != 24 : wrong size for <class 'staticmethod'>: got 28, expected 24

1 test failed:
    test_sys

Failure on Ubuntu Natty (32-bit) and also occurs on Mac OS X 10.5.8.
History
Date User Action Args
2012-02-20 00:45:47vinay.sajipsetrecipients: + vinay.sajip
2012-02-20 00:45:47vinay.sajipsetmessageid: <1329698747.36.0.192554030731.issue14058@psf.upfronthosting.co.za>
2012-02-20 00:45:46vinay.sajiplinkissue14058 messages
2012-02-20 00:45:46vinay.sajipcreate