[issue4238] BSD support for multiprocessing.cpu_count
Eric Gillespie <[EMAIL PROTECTED]> added the comment: sys.platform is 'netbsd4', and presumably 'freebsd5' and so on, so that won't work. ___ Python tracker <[EMAIL PROTECTED]&
[issue4238] BSD support for multiprocessing.cpu_count
New submission from Eric Gillespie <[EMAIL PROTECTED]>: Tested on NetBSD, but should work on any; sysctl goes back to 4.4BSD. -- components: Library (Lib) files: diff messages: 75353 nosy: epg severity: normal status: open title: BSD support for multiprocessing.cpu_count ve