[issue5615] linking fails when configured --without-threads

2009-04-05 Thread Georg Brandl
Georg Brandl added the comment: Fixed 2.6 and 3k in r71222 and r71224, respectively. -- nosy: +georg.brandl resolution: -> accepted status: open -> closed ___ Python tracker ___

[issue5615] linking fails when configured --without-threads

2009-03-30 Thread Daniel Stutzbach
New submission from Daniel Stutzbach : A few spots are missing #ifdef WITH_THREAD I've included a patch for the relevant bits. -- components: Extension Modules, Interpreter Core files: without-threads.patch keywords: patch messages: 84673 nosy: stutzbach severity: normal status: open ti