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

Antoine Pitrou report at bugs.python.org
Fri Jan 29 15:02:40 CET 2010


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

This is a fresh py3k checkout on a fresh Debian Lenny install:

======================================================================
ERROR: test_pool_worker_lifetime (test.test_multiprocessing.WithProcessesTestPoolWorkerLifetime)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/antoine/py3k/py3k/Lib/test/test_multiprocessing.py", line 1076, in test_pool_worker_lifetime
    self.assertNotEqual(sorted(origworkerpids), sorted(finalworkerpids))
TypeError: unorderable types: NoneType() < int()

----------------------------------------------------------------------

----------
components: Library (Lib)
messages: 98509
nosy: jnoller, pitrou
priority: normal
severity: normal
stage: needs patch
status: open
title: test_multiprocessing failure
type: behavior
versions: Python 3.2

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


More information about the New-bugs-announce mailing list