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 songyuc
Recipients docs@python, songyuc
Date 2019-12-19.11:59:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576756760.59.0.899129841323.issue39097@roundup.psfhosted.org>
In-reply-to
Content
In the documentation of Python 3.7, the description of multiprocessing.cpu_count() is "Return the number of CPUs in the system.", but, in fact, this function return the CPU threads number.
History
Date User Action Args
2019-12-19 11:59:20songyucsetrecipients: + songyuc, docs@python
2019-12-19 11:59:20songyucsetmessageid: <1576756760.59.0.899129841323.issue39097@roundup.psfhosted.org>
2019-12-19 11:59:20songyuclinkissue39097 messages
2019-12-19 11:59:20songyuccreate