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 xdegaye
Recipients amitg-b14, xdegaye
Date 2017-12-24.15:49:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1514130567.51.0.213398074469.issue32335@psf.upfronthosting.co.za>
In-reply-to
Content
Your build failure output shows that _threadmodule.c is not compiled and therefore the _thread module is missing.

You just need to overwrite the current Modules/Setup file (it is possibly corrupted somehow) as suggested at the start of your attached build output and then run make again:

$ cp Modules/Setup.dist Modules/Setup
$ make
History
Date User Action Args
2017-12-24 15:49:27xdegayesetrecipients: + xdegaye, amitg-b14
2017-12-24 15:49:27xdegayesetmessageid: <1514130567.51.0.213398074469.issue32335@psf.upfronthosting.co.za>
2017-12-24 15:49:27xdegayelinkissue32335 messages
2017-12-24 15:49:27xdegayecreate