[New-bugs-announce] [issue14058] test_sys has started failing

Vinay Sajip report at bugs.python.org
Mon Feb 20 01:45:47 CET 2012


New submission from Vinay Sajip <vinay_sajip at yahoo.co.uk>:

vinay at 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.

----------
components: Library (Lib)
messages: 153741
nosy: vinay.sajip
priority: normal
severity: normal
status: open
title: test_sys has started failing
type: behavior
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14058>
_______________________________________


More information about the New-bugs-announce mailing list