Benjamin Root <[email protected]> wrote: > My other concern would be with multi-threaded code (which is where a global > state would be bad).
It would presumably require a global threading.RLock for protecting the global state. Sturla _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
