Message188951
Now we have three cpu_count() functions: multiprocessing.cpu_count() raises an exception on failure, posix.cpu_count() returns -1, and os.cpu_count() returns None. It will be easy to get rid of Python wrapper in the os module and return None directly from C code. |
|
| Date |
User |
Action |
Args |
| 2013-05-11 20:03:12 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, pitrou, vstinner, nedbat, trent, ezio.melotti, r.david.murray, neologix, kushal.das, Yogesh.Chaudhari |
| 2013-05-11 20:03:12 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2013-05-11 20:03:12 | serhiy.storchaka | link | issue17914 messages |
| 2013-05-11 20:03:12 | serhiy.storchaka | create | |
|