]> 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:47:15 +0000 (09:47 -0400)
committerRonald Oussoren <ronaldoussoren@mac.com>
Wed, 16 Mar 2011 13:47:15 +0000 (09:47 -0400)
commit2ab5994dbe8934564f1ac0b3be1e6d98235e6773
tree53dbf4559ae6bcfe9f6083fc44469a5dfa293d65
parentb3f756404a1da3e17a25efcf03dc70c498549693
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.

Patch by Steffen Daode Nurpmeso.
Lib/multiprocessing/__init__.py
Misc/ACKS
Misc/NEWS