[New-bugs-announce] [issue8205] test_multiprocessing failure

Antoine Pitrou report at bugs.python.org
Mon Mar 22 23:18:05 CET 2010


New submission from Antoine Pitrou <pitrou at free.fr>:

r79165 seems to be the culprit

Traceback (most recent call last):
  File "/home/antoine/cpython/trunk/Lib/test/regrtest.py", line 864, in runtest_inner
    indirect_test()
  File "/home/antoine/cpython/trunk/Lib/test/test_multiprocessing.py", line 2028, in test_main
    run(suite)
  File "/home/antoine/cpython/trunk/Lib/contextlib.py", line 24, in __exit__
    self.gen.next()
  File "/home/antoine/cpython/trunk/Lib/test/test_support.py", line 565, in _filterwarnings
    raise AssertionError("unhandled warning %r" % reraise[0])
AssertionError: unhandled warning ImportWarning("Not importing directory '/home/antoine/cpython/trunk/Modules/zlib': missing __init__.py",)

----------
assignee: flox
components: Tests
messages: 101539
nosy: flox, pitrou
priority: normal
severity: normal
stage: patch review
status: open
title: test_multiprocessing failure
type: behavior
versions: Python 2.7, Python 3.2

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


More information about the New-bugs-announce mailing list