Message50716
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... |
|
| Date |
User |
Action |
Args |
| 2007-08-23 15:53:38 | admin | link | issue1524724 messages |
| 2007-08-23 15:53:38 | admin | create | |
|