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 serhiy.storchaka
Recipients serhiy.storchaka, skrah
Date 2013-11-09.09:25:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383989142.85.0.90008209183.issue19535@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2013-11-09 09:25:42serhiy.storchakasetrecipients: + serhiy.storchaka, skrah
2013-11-09 09:25:42serhiy.storchakasetmessageid: <1383989142.85.0.90008209183.issue19535@psf.upfronthosting.co.za>
2013-11-09 09:25:42serhiy.storchakalinkissue19535 messages
2013-11-09 09:25:42serhiy.storchakacreate