[New-bugs-announce] [issue19112] tests of _TestProcess are not run by the multiprocessing test suite

Xavier de Gaye report at bugs.python.org
Sat Sep 28 17:51:47 CEST 2013


New submission from Xavier de Gaye:

class _TestProcess in Lib/test/_test_multiprocessing.py is
overshadowed by a function of the same name.  And test_current is its
first method:

$ ./python -m test -v test_multiprocessing_fork | grep test_current
$

With the attached patch:

$ ./python -m test -v test_multiprocessing_fork | grep test_current
test_current (test.test_multiprocessing_fork.WithProcessesTestProcess) ... ok
test_current (test.test_multiprocessing_fork.WithThreadsTestProcess) ... ok
$

----------
components: Library (Lib)
files: testprocess.patch
keywords: patch
messages: 198528
nosy: jnoller, xdegaye
priority: normal
severity: normal
status: open
title: tests of _TestProcess are not run by the multiprocessing test suite
type: behavior
versions: Python 3.4
Added file: http://bugs.python.org/file31893/testprocess.patch

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


More information about the New-bugs-announce mailing list