Serhiy Storchaka added the comment:

Failure of test_pkg is sporadic.

$ ./python -OO -m test.regrtest test_pkg
[1/1] test_pkg
test test_pkg failed -- Traceback (most recent call last):
  File "/home/serhiy/py/cpython/Lib/test/test_pkg.py", line 259, in test_7
    '__name__', '__package__', '__path__'])
AssertionError: Lists differ: ['__c[22 chars]__file__', '__loader__', 
'__name__', '__package__'] != ['__c[22 chars]__file__', '__loader__', 
'__name__', '__package__', '__path__']

Second list contains 1 additional elements.
First extra element 6:
__path__

- ['__cached__', '__doc__', '__file__', '__loader__', '__name__', '__package__']
+ ['__cached__',
+  '__doc__',
+  '__file__',
+  '__loader__',
+  '__name__',
+  '__package__',
+  '__path__']

1 test failed:
    test_pkg

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19535>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to