Kirk Strauser wrote: > Suppose that Python had a new decorator, say "@parallelizable". Functions > so decorated would be eligible for multi-processed or multi-threaded > execution by such native constructs as list comprehensions, or the map() > function.
Wouldn't that require parallelism in the interpreter first? Mind the GIL... Stefan -- http://mail.python.org/mailman/listinfo/python-list