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 brett.cannon
Recipients
Date 2006-06-09.03:20:43
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
PYTHONPATH=/Users/drifty/Code/Compiled/lib/python2.5   \
        ./python.exe -Wi -tt
/Users/drifty/Code/Compiled/lib/python2.5/compileall.py \
        -d /Users/drifty/Code/Compiled/lib/python2.5 -f \
        -x 'bad_coding|badsyntax|site-packages'
/Users/drifty/Code/Compiled/lib/python2.5
Fatal Python error: PyThreadState_Get: no current thread
make: *** [libinstall] Abort trap

Works if I remove ``-Wi -tt`` from the command.
History
Date User Action Args
2007-08-23 14:40:28adminlinkissue1503294 messages
2007-08-23 14:40:28admincreate