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 nedbat
Recipients nedbat, neologix
Date 2013-05-06.11:15:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
If you can't determine the number of CPUs, return a clear "can't determine" value, such as 0 or -1.  Returning 1 will hide information, and it's an easy default for the caller to apply if they want to.
History
Date User Action Args
2013-05-06 11:15:15nedbatsetrecipients: + nedbat, neologix
2013-05-06 11:15:15nedbatsetmessageid: <[email protected]>
2013-05-06 11:15:15nedbatlinkissue17914 messages
2013-05-06 11:15:15nedbatcreate