]> git.ipfire.org Git - thirdparty/tornado.git/commit
Catch AttributeError in cpu_count() 1911/head
authorDario <medariox@users.noreply.github.com>
Sun, 11 Dec 2016 16:57:31 +0000 (17:57 +0100)
committerGitHub <noreply@github.com>
Sun, 11 Dec 2016 16:57:31 +0000 (17:57 +0100)
commitfec053eb921c71b6e82ba4302577fa99987cb9fb
treec8e85f8a40df4d5eb485b30f453e48014feee2fe
parentfb2a9412c5d203ef7f935c7fa2553309e20674a9
Catch AttributeError in cpu_count()

Running
```Python 2.7.12 (v2.7.12:d33e0cf91556, Jun 27 2016, 15:24:40) [MSC v.1500 64 bit (AMD64)] on win32```
on Windows 10 64 Bit

Noticed this issue while running ```tox``` with ```pytest tornado 0.4.5``` and ```tornado 4.4.2```.
tornado/process.py