Multiple thread program problem

Joonas Liik liik.joonas at gmail.com
Wed Jun 3 18:33:39 EDT 2015


You think "(f)" makes a tuple, but it does not.
the parentesis is not the tuple constructor, the comma is
try:
t=thread.start_new_thread(proc,(f,))
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20150604/7779000b/attachment.html>


More information about the Python-list mailing list