[issue39203] python3 time module misses attributes in Mac installers

Jason Li report at bugs.python.org
Fri Jan 3 14:02:54 EST 2020


New submission from Jason Li <likun123mail at gmail.com>:

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 occurred in versions, 3.7.1, 3.7.3, 3.7.4, 3.8.1, as I observed.

----------
components: macOS
messages: 359248
nosy: jasonli360, ned.deily, ronaldoussoren
priority: normal
severity: normal
status: open
title: python3 time module misses attributes in Mac installers
type: compile error
versions: Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39203>
_______________________________________


More information about the Python-bugs-list mailing list