New submission from John Szakmeister:

While trying to test a fix for Nose, I discovered that multiprocessing is 
picking up the CPU count incorrectly.  It should be using hw.availcpu instead 
of hw.ncpu.  The latter is the number of cpus installed in the system, but the 
former is the number that are available for processing.  The processor pane 
let's you adjust the available CPUs, which is handy for testing and 
troubleshooting.

----------
components: Library (Lib)
files: use-availcpu.patch
keywords: patch
messages: 184367
nosy: jszakmeister
priority: normal
severity: normal
status: open
type: behavior
Added file: http://bugs.python.org/file29430/use-availcpu.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17444>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to