Passing data between threads

Erik de Castro Lopo nospam at mega-nerd.com
Sun May 2 04:35:47 EDT 2004


Hi all,

I have a script where I create a thread using the thread module. The
thread runs its course and then calls thread.exit ().

However, I'd like to pass some data back to the parent thread before alling
thread.exit () but I can't figure out how.

Any ideas?

Erik
-- 
+-----------------------------------------------------------+
  Erik de Castro Lopo  nospam at mega-nerd.com (Yes it's valid)
+-----------------------------------------------------------+
"It's far too easy to make fun of Microsoft products, but it takes a
real man to make them work, and a god to make them do anything useful"
  -- Anonymous



More information about the Python-list mailing list