[New-bugs-announce] [issue26523] multiprocessing ThreadPool is untested

Antoine Pitrou report at bugs.python.org
Wed Mar 9 15:37:10 EST 2016


New submission from Antoine Pitrou:

There is a mistake in _test_multiprocessing.py which means that ThreadPool is untested, the regular Pool is tested instead by the ThreadsMixin.  Patch attached.

----------
components: Library (Lib), Tests
files: test_threadpool.patch
keywords: patch
messages: 261474
nosy: jnoller, neologix, pitrou, sbt
priority: normal
severity: normal
stage: patch review
status: open
title: multiprocessing ThreadPool is untested
type: behavior
versions: Python 3.5, Python 3.6
Added file: http://bugs.python.org/file42107/test_threadpool.patch

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


More information about the New-bugs-announce mailing list