bpo-33671: Add support.MS_WINDOWS and support.MACOS by vstinner · Pull Request #7800 · python/cpython

@vstinner

* MS_WINDOWS: True if Python is running on Microsoft Windows.
* MACOS: True if Python is running on Apple macOS.

ngnpope

serhiy-storchaka

giampaolo

@4383 4383 mentioned this pull request

Jun 23, 2018

vstinner added a commit that referenced this pull request

Jun 26, 2018

@vstinner