mirror of
https://github.com/python/cpython.git
synced 2026-05-28 07:08:01 -04:00
2ab5994dbe
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.