New submission from Antoine Pitrou <pit...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue8205>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to