Author theller
Recipients
Date 2006-07-18.19:18:46
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=11105

> I have no idea how to build Python without threads on
> Windows, so I'm probably not the best person to try this.

Tim, you can uncomment '#define WITH_THREAD' in
PC/pyconfig.h, and exclude 'threadmodule.c' from the build,
for a start (this will give you the compile error that the
patch is supposed to fix, plus others in _ctypes and sqlite3
code, for example ;-). 

Or you downgrade to linux...
History
Date User Action Args
2007-08-23 15:53:38adminlinkissue1524724 messages
2007-08-23 15:53:38admincreate