Queue woes

Roy Katz katz at Glue.umd.edu
Wed Aug 23 23:15:19 EDT 2000


Hi!

I opened python and typed the following: 

  >>> import Queue
  >>> f = Queue.Queue(5)
  >>> f.get()

After which python hung (hanged).  es bin gehangen. 
This looks to be at odds with the documentation(lib-ref, section 7.6)
which states that an "Exception raised when non-blocking get() (or
get_nowait()) is called on a Queue object which is empty or locked. "


Roey Katz

--
Aside:  Argon was made to bond! yeay! 6 down, 2 to go




More information about the Python-list mailing list