
Sept. 13, 2013
2:17 a.m.
From: Python-ideas [mailto:python-ideas- bounces+anikom15=gmail.com@python.org] On Behalf Of Antoine Pitrou Sent: Thursday, September 12, 2013 2:16 PM To: python-ideas@python.org Subject: Re: [Python-ideas] multiprocessing and physical CPU cores count
I'm not sure what the point would be. From the point of the view of an application programmer, the CPU topology is an almost esoteric detail. This would be appropriate for a third-party "system information" package, IMO (with memory speed, number of PCIe channels, cache associativity, etc.).
Regards
Antoine.
Isn't the whole point of a high-level language to be able to not have to know about the hardware?