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 zach.ware
Recipients skip.montanaro, vstinner, zach.ware
Date 2016-10-20.15:19:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476976771.39.0.189171925008.issue28487@psf.upfronthosting.co.za>
In-reply-to
Content
Your HG setup sounds fine, though you may be interested in the 'share' extension.  It allows you to share the data store between several checkouts such that doing a 'pull' in one checkout makes any new changesets available in all checkouts without having to do additional local pulls.

This is a strange issue, though.  The make target for _math.o is here: https://hg.python.org/cpython/file/2.7/Makefile.pre.in#l533 and the 'sharedmods' target depends on it just below there, and it builds fine for me.

What does 'hg summary' give you?
History
Date User Action Args
2016-10-20 15:19:31zach.waresetrecipients: + zach.ware, skip.montanaro, vstinner
2016-10-20 15:19:31zach.waresetmessageid: <1476976771.39.0.189171925008.issue28487@psf.upfronthosting.co.za>
2016-10-20 15:19:31zach.warelinkissue28487 messages
2016-10-20 15:19:31zach.warecreate