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 vstinner
Recipients Ilya.Kulakov, r.david.murray, steve.dower, tnmurphy, vstinner
Date 2015-10-11.08:51:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444553504.79.0.909527560001.issue24575@psf.upfronthosting.co.za>
In-reply-to
Content
setup.py gets C flags from Makefile using the sysconfig module. You must have -DBUILD_CORE in Makefile. When I compiled Python using "./configure; make" the time module is build.

How do you compile Python?

"#define _Py_BEGIN_SUPPRESS_IPH" is already declared in pyport.h which is included by Python.h, and timemodule.c includes Python.h.
History
Date User Action Args
2015-10-11 08:51:44vstinnersetrecipients: + vstinner, r.david.murray, steve.dower, Ilya.Kulakov, tnmurphy
2015-10-11 08:51:44vstinnersetmessageid: <1444553504.79.0.909527560001.issue24575@psf.upfronthosting.co.za>
2015-10-11 08:51:44vstinnerlinkissue24575 messages
2015-10-11 08:51:44vstinnercreate