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 jerome.hamm
Recipients benjamin.peterson, jerome.hamm, vstinner
Date 2020-04-04.10:43:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585997012.98.0.997921341733.issue40174@roundup.psfhosted.org>
In-reply-to
Content
Hi, 
OK, I was looking at the wrong line numbers, the problem is still there and as follows.
You might call me a perfectionist, but if HAVE_CLOCK_GETTIME is not defined, the function pytime_fromtimespec is taken out by the preprocessor, but still called  by the function pymonotonic, so python does not compile.
I'm thinking of two ways to go, either stop configure if HAVE_CLOCK_GETTIME is not defined, or rewrite the function differently (I don't know how badly a truly monotonic clock is needed).
It does feel strange to me to partially only honor HAVE_CLOCK_GETTIME.

"With government backing, I could make it very silly"
History
Date User Action Args
2020-04-04 10:43:33jerome.hammsetrecipients: + jerome.hamm, vstinner, benjamin.peterson
2020-04-04 10:43:32jerome.hammsetmessageid: <1585997012.98.0.997921341733.issue40174@roundup.psfhosted.org>
2020-04-04 10:43:32jerome.hammlinkissue40174 messages
2020-04-04 10:43:32jerome.hammcreate