[pypy-dev] [issue20] Unargumented dir() function fails under trivial object space.

Rocco Moretti pypy-issues at codespeak.net
Sat Apr 19 02:20:15 CEST 2003


New submission from Rocco Moretti <roccomoretti at netscape.net>:

Under revision 367, the test_descr.py test in the CPython
regression test framework fails with the following verbose
results: 

test_descr
Testing list operations...
checking a+b
checking b in a
checking b in a
checking a[b]
checking a[b:c]
checking a+=b
checking a*=b
checking len(a)
checking a*b
checking b*a
checking a[b]=c
checking a[b:c]=d
Testing dict operations...
checking cmp(a,b)
checking b in a
checking b in a
checking a[b]
checking len(a)
checking a[b]=c
Testing dict constructor ...
Testing dir() ...
test test_descr failed -- ['args', 'callable', 'kwds',
'self'] == ['junk2']
1 test failed:
    test_descr


----------
messages: 39
nosy: rocco
priority: bug
status: unread
title: Unargumented dir() function fails under trivial object space.
__________________________________________________
PyPython issue tracker <pypy-issues at codespeak.net>
http://codespeak.net/issues/pypy/issue20
__________________________________________________


More information about the Pypy-dev mailing list