threading with re module

Aahz aahz at pythoncraft.com
Thu Jan 9 17:26:14 EST 2003


In article <f105dedd.0301091319.7fb001a2 at posting.google.com>,
paul <securityguy100 at hotmail.com> wrote:
>
>is there any alternative to the standard re module that is
>thread-safe? i saw some discussion of pregex but it dates back to '97.
>is that still around? if not, what are people doing to get thread-safe
>regex in python?

What makes you think the re module is not thread-safe?
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

"I used to have a .sig but I found it impossible to please everyone..."  --SFJ




More information about the Python-list mailing list