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 Nitapol
Recipients Nitapol, ned.deily, ronaldoussoren
Date 2019-03-06.02:23:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551839026.38.0.329984439989.issue36205@roundup.psfhosted.org>
In-reply-to
Content
I see this problem only on my iMac (macOS Mojave, Version 10.14.3). My Windows and Linux (CentOS) computers have no such problem.

I asked the question on Stack Overflow today, investigated, and reported here:
 
https://stackoverflow.com/questions/55008397/python-3-5-vs-3-7-process-time

To fix this problem: the build for macOS should be made with compiler Clang 10.0.0 (clang-1000.11.45.5). You made 3.7 and 3.8 with Clang 6.0 (clang-600.0.57). Of course, this could introduce new problems, but also fix some old ones.
History
Date User Action Args
2019-03-06 02:23:46Nitapolsetrecipients: + Nitapol, ronaldoussoren, ned.deily
2019-03-06 02:23:46Nitapolsetmessageid: <1551839026.38.0.329984439989.issue36205@roundup.psfhosted.org>
2019-03-06 02:23:46Nitapollinkissue36205 messages
2019-03-06 02:23:46Nitapolcreate