[issue23530] os and multiprocessing.cpu_count do not respect cpuset/affinity

Serhiy Storchaka report at bugs.python.org
Thu Aug 13 10:12:12 CEST 2015


Serhiy Storchaka added the comment:

Argument Clinic code was not regenerated. Actually the commit breaks Argument Clinic.

$ make clinic
./python -E ./Tools/clinic/clinic.py --make
Error in file "./Modules/posixmodule.c" on line 11211:
Docstring for os.cpu_count does not have a summary line!
Every non-blank function docstring must start with
a single line summary followed by an empty line.
make: *** [clinic] Error 255

----------
nosy: +serhiy.storchaka
resolution: fixed -> 
stage: resolved -> needs patch
status: closed -> open

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23530>
_______________________________________


More information about the Python-bugs-list mailing list