Hendrik van Rooyen <hend...@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?! -- http://mail.python.org/mailman/listinfo/python-list
Hendrik van Rooyen <hend...@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?! -- http://mail.python.org/mailman/listinfo/python-list