[EMAIL PROTECTED] wrote: > Let's say I construct a regular expression object r by: > > r = re.compile("some pattern") > > Is it safe to let multiple threads to use r concurrently (use r.search > on different strings, etc.)?
yes. </F> -- http://mail.python.org/mailman/listinfo/python-list