Parallelization in Python 2.6

Paul Rubin http
Wed Aug 19 04:13:41 EDT 2009


Hendrik van Rooyen <hendrik at microcorp.co.za> writes:
> Just use thread then and thread.start_new_thread.
> It just works.

The GIL doesn't apply to threads made like that?!



More information about the Python-list mailing list