multithreading-problem

Diez B. Roggisch deets_noospaam at web.de
Sun Jul 27 16:35:52 EDT 2003


> The problem is that your lambda expression looks up "i" at function
> evaluation time (when target is called), not when you assign the
> target function for the thread.

Ah, ok. That makes sense. Where do I find this curry-function, only in the
book? It appears not to be a standard function.

Regards, Diez




More information about the Python-list mailing list