Message 336832 - Python tracker

Message336832

Author xdegaye
Recipients Alex.Willmer, muhzi, xdegaye
Date 2019-02-28.12:46:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551357961.42.0.0162383003173.issue36145@roundup.psfhosted.org>
In-reply-to
Content
There is a bug in the implementation of pymonotonic() in Python/pytime.c:

    The call to pytime_fromtimespec() is not encapsulated by an #ifdef HAVE_CLOCK_GETTIME.

@muhzi
It seems that your pyconfig.h is generated with configure failing to find the NDK headers.
History
Date User Action Args
2019-02-28 12:46:01xdegayesetrecipients: + xdegaye, Alex.Willmer, muhzi
2019-02-28 12:46:01xdegayesetmessageid: <1551357961.42.0.0162383003173.issue36145@roundup.psfhosted.org>
2019-02-28 12:46:01xdegayelinkissue36145 messages
2019-02-28 12:46:01xdegayecreate