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 steveire
Recipients steveire
Date 2017-05-03.10:10:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493806200.91.0.0331403501702.issue30253@psf.upfronthosting.co.za>
In-reply-to
Content
As there is no configuration system for python on Windows (issue30252) I tried to change pyconfig.h to comment out some lines:

 // #define NT_THREADS
 // #define WITH_THREAD

After building, I had to additionally patch 

* threadmodule.c and thread.c to exclude all content (I don't know if there is a way to exclude the file entirely with the Python build system - there should be something like that as part of a configure system).
* Wrap uses of PyThread_get_thread_ident() in ifdefs in timemodule.c. This is surprising because I would expect it to not compile on any platform without the ifdefs.
History
Date User Action Args
2017-05-03 10:10:00steveiresetrecipients: + steveire
2017-05-03 10:10:00steveiresetmessageid: <1493806200.91.0.0331403501702.issue30253@psf.upfronthosting.co.za>
2017-05-03 10:10:00steveirelinkissue30253 messages
2017-05-03 10:10:00steveirecreate