Hendrik van Rooyen <[email protected]> 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 <[email protected]> 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