[issue3683] compilation --without-threads fails

2008-09-01 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Fixed in r66099. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___ ___

[issue3683] compilation --without-threads fails

2008-08-30 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: The patch needs an #else that does ImportModule anyway... see attached. -- keywords: +patch nosy: +georg.brandl Added file: http://bugs.python.org/file11316/import.diff ___ Python tracker <[EMAIL PRO

[issue3683] compilation --without-threads fails

2008-08-25 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: The patch looks good to me. Next time, please a a ".patch" or ".diff" extension to your patch, so it isn't marked as binary data. Thanks! -- keywords: +needs review nosy: +benjamin.peterson priority: -> release blocker _

[issue3683] compilation --without-threads fails

2008-08-25 Thread Damien Miller
New submission from Damien Miller <[EMAIL PROTECTED]>: Compilation with --without-threads fails with the following error. Patch attached. cc -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -DTHREAD_STACK_SIZE=0x2 -fPIC -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/import.o Python/import.