[issue39203] python3 time module misses attributes in Mac installers

2020-01-03 Thread Ned Deily
Ned Deily added the comment: This is a duplicate of Issue34597. The Pythons provided by the python.org macOS installers are built to run on a range of operating system versions. The current practice is to build installers that work on any macOS version from 10.9 on. To safely provide that

[issue39203] python3 time module misses attributes in Mac installers

2020-01-03 Thread Jason Li
New submission from Jason Li : The issue: AttributeError: module 'time' has no attribute 'clock_gettime'. It probably missed other attributes as well. The problem only appeared with using installers to install python. While Homebrew installed python does not have the issue. The issue occurre