[ python-Bugs-1503294 ] -Wi causes a fatal Python error on OS X

SourceForge.net noreply at sourceforge.net
Sat Jun 10 03:47:28 CEST 2006


Bugs item #1503294, was opened at 2006-06-08 20:20
Message generated for change (Settings changed) made by bcannon
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1503294&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
>Category: Python Interpreter Core
Group: Python 2.5
Status: Open
Resolution: None
Priority: 8
Submitted By: Brett Cannon (bcannon)
Assigned to: Nobody/Anonymous (nobody)
>Summary: -Wi causes a fatal Python error on OS X

Initial Comment:
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.

----------------------------------------------------------------------

Comment By: Brett Cannon (bcannon)
Date: 2006-06-09 18:42

Message:
Logged In: YES 
user_id=357491

OK, so -Wi is causing the failure.

----------------------------------------------------------------------

Comment By: Brett Cannon (bcannon)
Date: 2006-06-09 09:59

Message:
Logged In: YES 
user_id=357491

Forgot to try this with just one of the two flags; will do
that soon.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1503294&group_id=5470


More information about the Python-bugs-list mailing list