[Pythonmac-SIG] Broken something?

Joel Bender jjb5 at cornell.edu
Tue Aug 26 12:39:57 EDT 2003


MacOS 10.2.6, Python 2.2.2 (Apple)

I've been using the built-in Queue module with great success to 
transfer data structures between threads, except for today.  Now from 
the "supplier" I'm getting a very strange error:

     File "/sw/src/root-python22-2.2.2-5/sw/lib/python2.2/Queue.py",
         line 58, in put
       release_fsema = True
     NameError: global name 'True' is not defined

Running interactively shows:

     >>> True
     1

Any help figuring out where 'True' went would be appreciated!


Joel



More information about the Pythonmac-SIG mailing list