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 vstinner
Recipients Yogesh.Chaudhari, dilettant, ezio.melotti, kushal.das, nedbat, neologix, pitrou, r.david.murray, serhiy.storchaka, trent, vstinner
Date 2013-05-13.00:00:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368403203.06.0.60428541104.issue17914@psf.upfronthosting.co.za>
In-reply-to
Content
The return type of the C function sysconf() is long, but Python uses int: I opened the issue #17964 to track this bug. (os.cpu_count() uses sysconf()).
History
Date User Action Args
2013-05-13 00:00:03vstinnersetrecipients: + vstinner, pitrou, nedbat, trent, ezio.melotti, r.david.murray, neologix, serhiy.storchaka, kushal.das, dilettant, Yogesh.Chaudhari
2013-05-13 00:00:03vstinnersetmessageid: <1368403203.06.0.60428541104.issue17914@psf.upfronthosting.co.za>
2013-05-13 00:00:03vstinnerlinkissue17914 messages
2013-05-13 00:00:03vstinnercreate