This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients berker.peksag, davin, eryksun, jtaylor, neologix, python-dev, serhiy.storchaka
Date 2015-08-13.08:12:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439453532.71.0.587887799844.issue23530@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2015-08-13 08:12:12serhiy.storchakasetrecipients: + serhiy.storchaka, neologix, python-dev, jtaylor, berker.peksag, eryksun, davin
2015-08-13 08:12:12serhiy.storchakasetmessageid: <1439453532.71.0.587887799844.issue23530@psf.upfronthosting.co.za>
2015-08-13 08:12:12serhiy.storchakalinkissue23530 messages
2015-08-13 08:12:12serhiy.storchakacreate