Diez B. Roggisch <[EMAIL PROTECTED]> wrote:
>Of course start_new_thread could throw an error if it got nothing callable
>as first argument. No idea why it doesn't.

It does:

>>> thread.start_new_thread(None, None)
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
TypeError: first arg must be callable

-- 
\S -- [EMAIL PROTECTED] -- http://www.chaos.org.uk/~sion/
   "Frankly I have no feelings towards penguins one way or the other"
        -- Arthur C. Clarke
   her nu becomeþ se bera eadward ofdun hlæddre heafdes bæce bump bump bump
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to