This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients Nitapol, ned.deily, ronaldoussoren, vstinner
Date 2019-03-12.09:49:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552384193.14.0.554376030455.issue36205@roundup.psfhosted.org>
In-reply-to
Content
Further investigation shows that several time related functions were added to macOS at 10.12 including clock_gettime. For older systems, timemodule.c falls back to using getrusage. With Python 3.6.x, that fallbacks correctly but it appears that refactoring introduced with the implementation of PEP 564 (bpo-31784, #3989) broke that for 3.7.x (and master/3.8).  I've attached a WIP PR that at the moment just turns Alexander's test into a potential test case.

Since this problem has been around since 3.7.0, I am lowering the priority to "deferred blocker" to not hold up 3.7.3rc1.

Victor, I'd appreciate it if you could take a look at this. Thanks!
History
Date User Action Args
2019-03-12 09:49:53ned.deilysetrecipients: + ned.deily, ronaldoussoren, vstinner, Nitapol
2019-03-12 09:49:53ned.deilysetmessageid: <1552384193.14.0.554376030455.issue36205@roundup.psfhosted.org>
2019-03-12 09:49:53ned.deilylinkissue36205 messages
2019-03-12 09:49:52ned.deilycreate