]> granicus.if.org Git - python/commit
Issue #11569: use absolute path to the sysctl command in multiprocessing to
authorRonald Oussoren <ronaldoussoren@mac.com>
Wed, 16 Mar 2011 13:41:32 +0000 (09:41 -0400)
committerRonald Oussoren <ronaldoussoren@mac.com>
Wed, 16 Mar 2011 13:41:32 +0000 (09:41 -0400)
commit0b8753d24b9a37834c23faa1da705f4ed222d928
tree306cf9a49a0e3541408d2efda15d4d518c7d7ef9
parent9465d424ec2c880486514736c321f589878fa870
Issue #11569: use absolute path to the sysctl command in multiprocessing to
ensure that it will be found regardless of the shell PATH. This ensures
that multiprocessing.cpu_count works on default installs of MacOSX.
Lib/multiprocessing/__init__.py
Misc/ACKS
Misc/NEWS