[Python-3000] IDLE in new py3k

Guido van Rossum guido at python.org
Thu Aug 9 18:44:58 CEST 2007


On 8/9/07, Kurt B. Kaiser <kbk at shore.net> wrote:
>
> After a clean checkout in py3k, IDLE fails even w/o subprocess...
>
> trader ~/PYDOTORG/projects/python/branches/py3k$ ./python Lib/idlelib/idle.py
> Fatal Python error: PyEval_SaveThread: NULL tstate
> Aborted
>
> trader ~/PYDOTORG/projects/python/branches/py3k$ ./python
> Python 3.0x (py3k:56858, Aug  9 2007, 12:09:06)
> [GCC 4.1.2 20061027 (prerelease)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> >>>
>
> trader ~/PYDOTORG/projects/python/branches/py3k$ ./python Lib/idlelib/idle.py -n
> Fatal Python error: PyEval_SaveThread: NULL tstate
> Aborted

So it does. :-(

> Any ideas on where to look?

No, but I'll see if I can find anything with gdb.

-- 
--Guido van Rossum (home page: http://www.python.org/~guido/)


More information about the Python-3000 mailing list